fixed rels ending with me breaking subquery realiasing
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks.pm
2010-06-17 Alexander Hartmaier fixed rels ending with me breaking subquery realiasing
2010-06-11 Alexander Hartmaier Factor out the oracle shortener code, and apply it...
2010-06-11 Alexander Hartmaier croak instead of die
2010-06-02 Peter Rabbitson clarify choice of value
2010-06-02 Peter Rabbitson Do not use 2**32 directly - causes %u differences betwe...
2010-06-02 Rafael Kitover use SET ROWCOUNT for Sybase ASE limits without an offset
2010-06-01 Rafael Kitover fix hang in SQLAHacks
2010-06-01 Rafael Kitover Merge 'namespace-clean' into 'trunk'
2010-06-01 Rafael Kitover use namespace::cleaned out imports for some common...
2010-06-01 Peter Rabbitson Merge 'oracle_hierarchical_queries_rt39121' into 'trunk'
2010-06-01 Peter Rabbitson Try::Tiny is a part of the clan
2010-06-01 Peter Rabbitson Move order outside of the GenSubQ subquery, to appease...
2010-06-01 Peter Rabbitson Minor touches/changes
2010-05-31 Peter Rabbitson Switch away from explicit count-attr lists - just delet...
2010-05-31 Peter Rabbitson Merge 'trunk' into 'oracle_hierarchical_queries_rt39121'
2010-05-31 Peter Rabbitson Fix Top-limit problem of missed bindvars
2010-05-30 Peter Rabbitson Rewrite GenericSubQ from SQLA::L to be actually useful
2010-05-27 Robert Bohne Fixed group_by bind position problem, reported and...
2010-05-15 Peter Rabbitson Revert erroneous commit (belongs in a branch)
2010-05-14 Peter Rabbitson cleanup test by wreis
2010-05-05 Peter Rabbitson Forgotten pieces
2010-05-05 Peter Rabbitson If there was no offset, there is no sense in reordering
2010-05-03 Peter Rabbitson Some databases (db2) do not like leading __s - use...
2010-05-03 Peter Rabbitson Fix Top tests, make extra col selector order consistent
2010-05-03 Peter Rabbitson Rewrite mssql test to verify both types of limit dialec...
2010-05-01 Peter Rabbitson Preliminary version
2010-04-29 Peter Rabbitson Allow limit syntax change in-flight without digging...
2010-04-28 Peter Rabbitson Refactor SQLA/select interaction (in reality just cleanup)
2010-04-24 Peter Rabbitson _quote is now properly handled in SQLA
2010-03-24 Peter Rabbitson Straight_join support RT55579
2010-03-15 Peter Rabbitson Proper fix for RETURNING with default insert
2010-03-07 Rafael Kitover fix RETURNING for empty INSERT
2010-02-08 Rafael Kitover Merge 'trunk' into 'storage-interbase'
2010-02-05 Peter Rabbitson No idea how I missed all these fails...
2010-02-04 Rafael Kitover limit and better autoinc for Firebird
2010-01-22 Peter Rabbitson Initial informix support
2010-01-08 Peter Rabbitson Cleaner RNO sql
2009-12-15 Peter Rabbitson Do not realias tables in the RNO subqueries
2009-12-05 Peter Rabbitson DB2 and MSSQL have different default order syntaxes
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...