add on_or_(before|after) ops
[dbsrgits/DBIx-Class.git] / t / sqlmaker /
2011-08-09 Arthur Axel 'fREW... add on_or_(before|after) ops
2011-08-09 Arthur Axel 'fREW... test cleanup
2011-08-09 Devin Austin switching to date_part as it seems to be more versatile
2011-08-09 Arthur Axel 'fREW... fix mssql
2011-08-09 Arthur Axel 'fREW... mysql tests
2011-08-09 Rafael Kitover fix pg live env var
2011-08-09 Arthur Axel 'fREW... fix tests from bind rewrite
2011-08-09 Alexander Hartmaier moved -dt_diff (year) test after the other -dt_diff...
2011-08-09 Alexander Hartmaier dt_$foo works for Oracle
2011-08-09 Arthur Axel 'fREW... Show differing data on failure
2011-08-09 Devin Austin -dt_$foo works for Pg
2011-08-09 Arthur Axel 'fREW... add -dt_get => [\@parts, ...]
2011-08-09 Arthur Axel 'fREW... Add datetime adding and now to MSSQL
2011-08-09 Arthur Axel 'fREW... Test -dt_$foo
2011-08-09 Arthur Axel 'fREW... add a basic -dt_add op and experiment with it
2011-08-09 Arthur Axel 'fREW... try to use new interface
2011-08-09 Arthur Axel 'fREW... why does this not work?
2011-08-09 Arthur Axel 'fREW... more informative tests
2011-08-09 Arthur Axel 'fREW... move SQLite datemath code to the correct SQLMaker class
2011-08-09 Arthur Axel 'fREW... initial cut for -dt op
2011-06-08 Rafael Kitover Make Access inner joins 'INNER JOIN' to avoid JOIN...
2011-06-07 Alexander Hartmaier fixed order of rows difference between first and subseq...
2011-05-11 Brian Phillips take more care in mangling SELECT when applying subquer...
2011-04-12 Arthur Axel 'fREW... Fix complex limits with subqueries in selectors
2011-04-11 Arthur Axel 'fREW... Parameterize pagination
2011-04-04 Peter Rabbitson Overhaul populate code - fix \[] support and exotic...
2011-04-01 Rafael Kitover Comprehensive MSAccess support over both DBD::ODBC...
2011-03-31 Rafael Kitover make the DB2/AS400 storage a subclass of DB2, do RNO...
2011-03-30 Peter Rabbitson Massive rewrite of bind handling, and overall simplific...
2011-03-29 Peter Rabbitson Shuffle tests around (no changes)
2011-03-27 Peter Rabbitson Ditch Carp::Clan for our own thing
2011-01-05 Peter Rabbitson Fix bind transport for group_by (this code is so fuckin...
2010-12-23 Peter Rabbitson Deprecate -nest with strong prejudice
2010-12-23 Peter Rabbitson Switch the shortener (used only by oracle) reqs to...
2010-12-23 Peter Rabbitson Stop mangling sql on the way out of the limit dialects
2010-12-23 Peter Rabbitson More oracle sequence detection woes RT#63493
2010-12-15 Alexander Hartmaier support INSERT ... RETURNING in Oracle 8i and later
2010-12-02 Peter Rabbitson Support for -value op in search (for pg arrays and...
2010-10-23 Peter Rabbitson -ident implementation
2010-09-18 Peter Rabbitson Make test suite pass under DBICTEST_SQLITE_USE_FILE=1
2010-09-17 Peter Rabbitson Optimize RowNum limit dialect as per suggestion in...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...