>table(\"foo") now works
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks.pm
2009-06-28 Rafael Kitover >table(\"foo") now works
2009-06-07 Peter Rabbitson Make empty/default inserts use standard SQL
2009-05-30 Peter Rabbitson Evil hack to make Carp::Clan work throughout SQLA as...
2009-05-30 Peter Rabbitson Greatly simplify _order_by override to fallback on...
2009-05-26 Peter Rabbitson Merge 'top_limit_altfix' into 'trunk'
2009-05-25 Peter Rabbitson Actually don't need this anymore
2009-05-25 Peter Rabbitson Merge 'top_limit_tweaks' into 'top_limit_altfix'
2009-05-25 Peter Rabbitson The Top limit emulation bundled with SQLA::Limit assume...
2009-05-25 Peter Rabbitson Move the DB2 Limit syntax setting into the storage...
2009-05-25 Peter Rabbitson Factor out the order_by sqlahacks resolver
2009-05-24 Peter Rabbitson Make sure we do not clobber search attributes when...
2009-05-23 Peter Rabbitson Extend distinct deprecation tests and clarify warnings
2009-05-23 Rafael Kitover Sybase autopk, and a test, no limit support yet
2009-05-22 Rafael Kitover fix limit for DB2
2009-05-18 Arthur Axel "fREW... cleanup for ribasushi
2009-05-18 Arthur Axel "fREW... Fix order by clauses for MSSQL
2009-05-12 Peter Rabbitson Some more die/croak conversions
2009-05-12 Peter Rabbitson Cleanup
2009-05-12 Peter Rabbitson Whops, forgotten post-merge tweaks
2009-05-11 Ron "Quinn" Straight Moved DBIC::SQL::Abstract inner classes to DBIx::Class...