summaryrefslogtreecommitdiff
path: root/test/sql
Commit message (Expand)AuthorAgeFilesLines
* - Made sqlalchemy.sql.expressions.Executable part of publicMike Bayer2010-02-121-1/+15
* - The type/expression system now does a more complete jobMike Bayer2010-02-112-5/+60
* - Restored the keys() method to ResultProxy.Mike Bayer2010-02-101-1/+3
* - FunctionElement subclasses are now directly executable theMike Bayer2010-02-071-2/+13
* - Added math negation operator support, -x.Mike Bayer2010-02-051-1/+14
* - allow exists(s.as_scalar()) to workMike Bayer2010-01-281-0/+10
* add an informative error msg for non-collection passed to select()Mike Bayer2010-01-281-1/+5
* oracle compatPhilip Jenvey2010-01-261-0/+1
* - Added a tuple_() construct, allows sets of expressionsMike Bayer2010-01-251-67/+82
* - union(), intersect(), except() and other "compound" typesMike Bayer2010-01-252-47/+199
* not ready to put execution_options in the text()/select() constructors yetMike Bayer2010-01-241-3/+5
* - types.Binary is renamed to types.LargeBinary, it onlyMike Bayer2010-01-231-6/+6
* fixed the illegal_initial_chars collection + unit test, [ticket:1659]Mike Bayer2010-01-211-2/+9
* moved the metadata step of ResultProxy into a ResultMetaData object. this al...Mike Bayer2010-01-201-1/+0
* - added native INTERVAL type to the dialect. This supportsMike Bayer2010-01-181-8/+21
* - remove the exclusion of cx_oracle.STRING from setinputsizes byMike Bayer2010-01-171-2/+4
* statement_options -> execution_optionsMike Bayer2010-01-171-18/+18
* - added "statement_options()" to Query, to so options can beMike Bayer2010-01-161-0/+21
* - Fixed a column arithmetic bug that affected columnMike Bayer2010-01-031-0/+13
* - calling expr.in_([]), i.e. with an empty list, emits a warningMike Bayer2009-12-292-0/+4
* - 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