summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - anonymous alias names now truncate down to the max lengthMike Bayer2009-02-101-6/+39
* - Fixed missing _label attribute on Function object, othersMike Bayer2009-02-012-1/+29
* - _CalculatedClause is goneMike Bayer2009-01-282-10/+29
* - Further fixes to the "percent signs and spaces in column/tableMike Bayer2009-01-181-20/+37
* - Query.from_self() as well as query.subquery() both disableMike Bayer2009-01-151-0/+5
* - Improved the methodology to handling percent signs in columnMike Bayer2009-01-142-5/+70
* - Fixed some deep "column correspondence" issues which couldMike Bayer2009-01-031-17/+33
* - mysql, postgres: "%" signs in text() constructs are automatically escaped t...Mike Bayer2009-01-021-1/+30
* Modifications to the mssql dialect in order to to pass through unicode in the...Michael Trier2008-12-301-2/+2
* Added in a new MSGenericBinary type.Michael Trier2008-12-281-0/+1
* - RowProxy objects can be used in place of dictionary argumentsMike Bayer2008-12-281-2/+25
* On MSSQL if a field is part of the primary_key then it should not allow NULLS.Michael Trier2008-12-281-1/+1
* - Columns can again contain percent signs within theirMike Bayer2008-12-231-0/+14
* Major refactoring of the MSSQL dialect. Thanks zzzeek.Michael Trier2008-12-221-1/+1
* Corrected ColumnsTest for mssql's new explicit nullability behavior.Michael Trier2008-12-201-0/+4
* merge the test/ directory from -r5438:5439 of py3k_warnings branch. this givesMike Bayer2008-12-182-1/+5
* merged -r5299:5438 of py3k warnings branch. this fixes some sqlite py2.6 tes...Mike Bayer2008-12-182-16/+26
* - Query() can be passed a "composite" attributeMike Bayer2008-12-181-0/+6
* - _execute_clauseelement() goes back to beingMike Bayer2008-12-171-3/+3
* Modified fails_on testing decorator to take a reason for the failure.Michael Trier2008-12-125-36/+43
* - turn __visit_name__ into an explicit member.Mike Bayer2008-12-111-0/+17
* - PickleType now favors == comparison by default,Mike Bayer2008-12-111-11/+48
* - union() and union_all() will not whackMike Bayer2008-12-061-0/+10
* - Two fixes to help prevent out-of-band columns fromMike Bayer2008-12-031-0/+26