r7935@Thesaurus (orig r7923): ribasushi | 2009-11-19 11:05:04 +0100
Branches for RTs
r7936@Thesaurus (orig r7924): ribasushi | 2009-11-19 11:10:18 +0100
Patch by kalex
r8152@Thesaurus (orig r8140): rbo | 2009-12-18 12:51:16 +0100
Add PRIOR as special and unary op to SQLAHacks::Oracle and use _recurse_where to create the connect_by sql statment
r8968@Thesaurus (orig r8955): rabbit | 2010-03-10 10:24:50 +0100
Merge fallout
r9004@Thesaurus (orig r8991): rbo | 2010-03-12 09:00:54 +0100
Use SQL::Abstract 1.61_01, add some tests.
r9016@Thesaurus (orig r9003): rbo | 2010-03-15 12:48:03 +0100
Fixed 73oracle.t because of new implementation of connect_by
r9019@Thesaurus (orig r9006): rbo | 2010-03-15 15:06:10 +0100
fixed requirements
r9020@Thesaurus (orig r9007): ribasushi | 2010-03-15 15:49:26 +0100
Rewrite hierarchical query tests
r9021@Thesaurus (orig r9008): ribasushi | 2010-03-15 16:02:54 +0100
Whoops
r9022@Thesaurus (orig r9009): ribasushi | 2010-03-15 16:03:50 +0100
Now really fixed
r9023@Thesaurus (orig r9010): rbo | 2010-03-15 16:52:24 +0100
fixed sql mistakes from hierarchical query tests
r9024@Thesaurus (orig r9011): rbo | 2010-03-15 18:24:47 +0100
Update _order_siblings_by, use _order_by_chunks instead of own stuff
r9025@Thesaurus (orig r9012): rbo | 2010-03-15 18:25:56 +0100
fixed hierarchical query tests, not all pass yet
r9078@Thesaurus (orig r9065): rbo | 2010-03-27 10:50:33 +0100
Fixed typo
r9079@Thesaurus (orig r9066): rbo | 2010-03-27 11:50:38 +0100
Update POD, because of new connect_by implemenation
r9080@Thesaurus (orig r9067): rbo | 2010-03-27 12:03:23 +0100
Support NOCYCLE parameter.
r9082@Thesaurus (orig r9069): rbo | 2010-03-27 19:10:26 +0100
Test with the correct arrangement of the tree.
(oracle hierarchical queries)
r9094@Thesaurus (orig r9081): rbo | 2010-04-04 12:56:37 +0200
Add missing nocycle test for hierarchical queries with oracle
r9095@Thesaurus (orig r9082): rbo | 2010-04-04 12:57:45 +0200
Remove todo: 'Check the parameter syntax of connect_by' fixed with new SQLA release
r9129@Thesaurus (orig r9116): ribasushi | 2010-04-11 12:53:20 +0200
Fix rogue tabs
r9130@Thesaurus (orig r9117): ribasushi | 2010-04-11 14:52:07 +0200
Fix top-level PRIOR with missing '='
Fix weird AND hardcoded in tests
Test quotes as well
r9131@Thesaurus (orig r9118): ribasushi | 2010-04-11 14:54:59 +0200
Move oracle offline test where it belongs
r9144@Thesaurus (orig r9131): rabbit | 2010-04-12 09:06:28 +0200
Botched merge
r9145@Thesaurus (orig r9132): rabbit | 2010-04-12 09:10:39 +0200
Pesky tabs
r9162@Thesaurus (orig r9149): rbo | 2010-04-14 20:19:20 +0200
Fixed t/73oracle.t remove braces
r9312@Thesaurus (orig r9299): rabbit | 2010-05-04 10:13:47 +0200
_select_args processing no longer necessary
r9382@Thesaurus (orig r9368): rbo | 2010-05-14 23:01:42 +0200
Update TODO
r9384@Thesaurus (orig r9370): rbo | 2010-05-14 23:27:13 +0200
Fixed broken count query, because of new count query implementation.
r9385@Thesaurus (orig r9371): rbo | 2010-05-14 23:35:33 +0200
Rename option nocycle to connect_by_nocycle
r9386@Thesaurus (orig r9372): rbo | 2010-05-14 23:43:29 +0200
Fixed count subquery from disabled test case
r9387@Thesaurus (orig r9373): rbo | 2010-05-14 23:55:28 +0200
Enabled count sub query test, isn't broken anymore
r9388@Thesaurus (orig r9374): rbo | 2010-05-15 00:02:41 +0200
Use connect_by OR connect_by_nocycle
r9395@Thesaurus (orig r9381): rabbit | 2010-05-15 17:01:10 +0200
Use DDC instead of DD
r9463@Thesaurus (orig r9449): rbo | 2010-05-27 10:17:35 +0200
Fixed group_by bind position problem, reported and patch by Alexande Keusch. Patch has been adjusted.
r9517@Thesaurus (orig r9503): rabbit | 2010-06-01 01:54:18 +0200
Switch away from explicit count-attr lists - just delete what we do not need
r9518@Thesaurus (orig r9504): rabbit | 2010-06-01 02:26:49 +0200
Do not pollute sqlmaker while scanning raw sql
r9519@Thesaurus (orig r9505): rabbit | 2010-06-01 02:28:06 +0200
Minor touches/changes
r9521@Thesaurus (orig r9507): rbo | 2010-06-01 07:13:55 +0200
Fixed typo in Changes file. Adding myself to the CONTRIBUTORS list
r9528@Thesaurus (orig r9514): rabbit | 2010-06-01 16:02:06 +0200
Add A.Keusch to conrib list