summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Fixed bug preventing alias() of an alias() from beingMike Bayer2009-12-181-0/+5
* - multi-part schema names, i.e. with dots such asMike Bayer2009-12-081-17/+55
* - The "use get" behavior of many-to-one relations, i.e. that aMike Bayer2009-12-081-1/+16
* remove unfinished dialectsMike Bayer2009-12-071-3/+0
* - The Boolean type, when used on a backend that doesn'tMike Bayer2009-12-061-4/+38
* - reworked the DDL generation of ENUM and similar to be more platform agnostic.Mike Bayer2009-12-061-1/+1
* - VARCHAR/NVARCHAR will not render without a length, raisesMike Bayer2009-11-221-3/+3
* start relying on new unicode detection fully - remove isinstance() from the u...Mike Bayer2009-11-151-2/+4
* - pg8000 + postgresql dialects now check for float/numeric returnMike Bayer2009-11-151-6/+6
* - new oursql dialect added. [ticket:1613]Mike Bayer2009-11-102-4/+5
* test fix, [ticket:1595]Mike Bayer2009-11-101-6/+7
* - simplify default schema name testMike Bayer2009-11-031-1/+1
* - The "start" and "increment" attributes on Sequence nowMike Bayer2009-11-031-4/+64
* no native unicode for mysql + zxjdbcMike Bayer2009-10-261-1/+1
* whats up with the native_unicode test on jythonMike Bayer2009-10-261-3/+7
* test fixesMike Bayer2009-10-261-2/+2
* - The psycopg2 dialect now uses psycopg2's "unicode extension"Mike Bayer2009-10-261-5/+15
* - generalized Enum to issue a CHECK constraint + VARCHAR on default platformMike Bayer2009-10-251-0/+81
* - ResultProxy internals have been overhauled to greatly reduceMike Bayer2009-10-241-1/+18
* - insert() and update() constructs can now embed bindparam()Mike Bayer2009-10-231-0/+28
* - RETURNING is supported by 8.2+Mike Bayer2009-10-211-8/+8
* merge r6418 from 0.5, dedupe expressions on clause ident, not string valueMike Bayer2009-10-201-0/+43
* merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add testsMike Bayer2009-10-201-0/+30
* deprecations per [ticket:1498]:Mike Bayer2009-10-152-14/+5
* - an executemany() now requires that all bound parameterMike Bayer2009-10-152-5/+25
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-151-1/+1
* - RowProxy objects are now pickleable, i.e. the object returnedMike Bayer2009-10-111-3/+44
* - unit test fixesMike Bayer2009-10-101-1/+1
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-244-13/+19
* mssql+zxjdbc supportPhilip Jenvey2009-09-111-4/+7
* fix the new Binary str handling under JythonPhilip Jenvey2009-09-091-14/+0
* - the Binary type now returns data as a Python stringMike Bayer2009-09-051-13/+21
* this workaround isn't necessaryPhilip Jenvey2009-08-181-4/+1
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-182-8/+10
* - the Oracle dialect now features NUMBER which intendsMike Bayer2009-08-091-1/+1
* - PG: somewhat better support for % signs in table/column names;Mike Bayer2009-08-091-28/+40
* o oracle+zxjdbc type handling additionsPhilip Jenvey2009-08-092-5/+7
* fix up oracle tests, returning is on by defaultMike Bayer2009-08-081-2/+31
* ensure order of larger comparisonsPhilip Jenvey2009-08-081-9/+12
* merge 0.6 series to trunk.Mike Bayer2009-08-0611-620/+827
* merged [ticket:1486] fix from 0.6Mike Bayer2009-07-281-8/+43
* - Unary expressions such as DISTINCT propagate theirMike Bayer2009-07-252-0/+17
* - Fixed a bug in extract() introduced in 0.5.4 wherebyMike Bayer2009-07-171-1/+11
* changed reference to PostgreSQL in docs.rel_0_5_5Mike Bayer2009-07-131-1/+1
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-1016-273/+252
* - sqlMike Bayer2009-05-292-16/+15
* extract() is now dialect-sensitive and supports SQLite and others.Jason Kirtland2009-03-302-6/+38
* remove needless print stuffMike Bayer2009-03-301-18/+0
* - Lazy loader will not use get() if the "lazy load"Mike Bayer2009-03-291-0/+1
* - An alias() of a select() will convert to a "scalar subquery"Mike Bayer2009-03-211-0/+6