Unify the MSSQL and DB2 RNO implementations - they are the same
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks.pm
2009-12-04 Peter Rabbitson Unify the MSSQL and DB2 RNO implementations - they...
2009-11-23 Peter Rabbitson Add missing Sub::Name invocations and improve the SQLA...
2009-09-22 Peter Rabbitson The hack is no longer necessary with a recent sqla
2009-09-02 Peter Rabbitson No fancy methods for the default_jointype, as we don...
2009-09-02 Peter Rabbitson Invoke default_join_type only on undefined types
2009-09-02 Peter Rabbitson First part of mysql insanity
2009-08-17 Peter Rabbitson Cookbook entry for -as and syntax tests
2009-08-17 Peter Rabbitson Allow select AS specification for functions only via...
2009-08-06 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-24 Rafael Kitover fix a warning in SQLAHacks
2009-07-10 Rafael Kitover Merge 'trunk' into 'table_name_ref'
2009-07-04 Peter Rabbitson Hide devel documentation from the indexer
2009-07-03 Peter Rabbitson Duh
2009-07-03 Peter Rabbitson Fix some mssql shortcommings when confronted with the...
2009-07-02 Peter Rabbitson Some hack consolidation
2009-07-02 Peter Rabbitson Merge 'trunk' into 'mssql_top_fixes'
2009-06-30 Arthur Axel "fREW... silly misspells and trailing whitespace
2009-06-30 Peter Rabbitson Some fixes after review
2009-06-29 Peter Rabbitson Make sure storage classes use c3, just like the rest...
2009-06-29 Peter Rabbitson Support for -select/-as in SQLAHacks field selection
2009-06-28 Rafael Kitover >table(\"foo") now works
2009-06-21 Peter Rabbitson Make sure quoting works
2009-06-20 Peter Rabbitson That should be all
2009-06-20 Peter Rabbitson Test and merge fixes
2009-06-20 Peter Rabbitson Maybe I've nailed it
2009-06-17 Peter Rabbitson Half way working stuff, needs a LOT of tweaking still
2009-06-15 Peter Rabbitson make all resolved attrs visible to sqla
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...