summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* merge r6418 from 0.5, dedupe expressions on clause ident, not string valueMike Bayer2009-10-201-3/+3
* merged r6416 of 0.5 branch, fix the "numeric" paramstyle and add testsMike Bayer2009-10-201-1/+1
* Fix reST markupLele Gaifax2009-10-191-3/+3
* Modernise doc about returning() supportLele Gaifax2009-10-191-12/+17
* - the behavior of eagerloading such that the main query isMike Bayer2009-10-182-54/+77
* - added a flag to relation(), eagerload(), and eagerload_all()Mike Bayer2009-10-183-24/+89
* - initial MySQL Connector/Python driverMike Bayer2009-10-185-6/+118
* gratuitous try/except/else usageMike Bayer2009-10-182-3/+5
* deprecations per [ticket:1498]:Mike Bayer2009-10-1513-213/+54
* - Added BigInteger to global importsMike Bayer2009-10-154-10/+22
* - setting echo=False on create_engine() now sets the loglevelMike Bayer2009-10-151-1/+1
* - A column can be added to a joined-table declarativeMike Bayer2009-10-151-1/+19
* - query.from_self(), query.union(), others which do aMike Bayer2009-10-151-1/+13
* - mapping to a select() construct now requires that youMike Bayer2009-10-151-5/+4
* - an executemany() now requires that all bound parameterMike Bayer2009-10-154-18/+47
* - DefaultRunner and subclasses have been removed. The jobMike Bayer2009-10-1513-167/+125
* remove instanceof() in favor of memoized flags, part of [ticket:1566]Mike Bayer2009-10-142-10/+28
* - `expression.null()` is fully understood the same wayMike Bayer2009-10-121-2/+3
* - added "ddl" argument to the "on" callable of DDLElement [ticket:1538]Mike Bayer2009-10-123-54/+60
* - RowProxy objects are now pickleable, i.e. the object returnedMike Bayer2009-10-113-11/+79
* export UPPERCASE types as "from sqlalchemy.dialects.<dbname> import VARCHAR, ...Mike Bayer2009-10-107-6/+79
* - the setuptools entrypoint for external dialects is nowMike Bayer2009-10-101-1/+1
* - unit test fixesMike Bayer2009-10-102-4/+7
* - the mechanics of "backref" have been fully merged into theMike Bayer2009-10-054-97/+74
* Corrected problem with a Trusted Connection under MSSQL 2008 native driver.Michael Trier2009-10-052-2/+2
* - usage of the CHAR type results in cx_oracle'sMike Bayer2009-10-031-0/+6
* Fix #1560 revisiting Firebird dialect docsLele Gaifax2009-10-032-11/+35
* - query.options() now only propagate to loaded objectsMike Bayer2009-10-025-20/+18
* - boolean, int, and float arguments count as "cache key" values for inspector...Mike Bayer2009-10-012-3/+16
* avoid __nonzero__ on ClauseElementsPhilip Jenvey2009-10-011-11/+12
* added a test for #1085Mike Bayer2009-09-301-2/+6
* removed obsolete code (closes #1559)Gaƫtan de Menten2009-09-301-7/+2
* merge from branches/clauseelement-nonzeroPhilip Jenvey2009-09-2418-149/+185
* place the constructor level configuration within the COMPILE_MUTEX,Mike Bayer2009-09-211-10/+17
* - query.join() has been reworked to provide more consistentMike Bayer2009-09-183-220/+210
* merged r6357 of rel_0_5 branchMike Bayer2009-09-162-14/+20
* - contains_eager() now works with the automaticallyMike Bayer2009-09-161-1/+4
* Fix #1185: better way of checking already initialized kinterbasdb backendLele Gaifax2009-09-151-5/+9
* Revisited Firebird's keywords setLele Gaifax2009-09-151-43/+42
* - Table objects declared in the MetaData can now be usedMike Bayer2009-09-121-2/+4
* - Added an assertion that prevents a @validates functionMike Bayer2009-09-121-0/+2
* o don't need to str() Jython arrays twicePhilip Jenvey2009-09-121-1/+1
* close cursors: mostly fetchone -> firstPhilip Jenvey2009-09-117-23/+12
* all about DDL eventsMike Bayer2009-09-111-1/+4
* mssql+zxjdbc supportPhilip Jenvey2009-09-113-3/+69
* docsMike Bayer2009-09-101-5/+6
* fix the new Binary str handling under JythonPhilip Jenvey2009-09-091-5/+3
* - the Binary type now returns data as a Python stringMike Bayer2009-09-052-7/+9
* - distill contextual parameters for the purpose of default functions into con...Mike Bayer2009-09-031-7/+5
* - Fixed bug which prevented two entities from mutuallyMike Bayer2009-09-011-2/+4