summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - tables with schemas can still be used in sqlite, firebird,Mike Bayer2007-12-051-1/+1
* - func. objects can be pickled/unpickled [ticket:844]Mike Bayer2007-11-041-0/+8
* - query.get() and related functions (like many-to-one lazyloading)Mike Bayer2007-10-162-5/+13
* - backref remove object operation doesn't fail if the other-sideMike Bayer2007-10-141-1/+5
* - removed LONG_STRING, LONG_BINARY from "binary" types, so type objectsMike Bayer2007-10-141-1/+1
* fixed reflection of Column's nullable property [firebird]Roger Demetrescu2007-10-061-0/+3
* firebird doesn't support sane rowcount.Roger Demetrescu2007-09-281-2/+1
* added support for string date passthru in sqlite (merge of r3322 from trunk)Jason Kirtland2007-09-101-1/+4
* - adjusted operator precedence of NOT to match '==' and others, so thatMike Bayer2007-09-081-1/+1
* - [ticket:768] dont assume join criterion consists only of column objectsMike Bayer2007-09-081-1/+2
* Small change in ActiveMapper to make it work with Python 2.3Paul Johnston2007-09-041-1/+2
* - fixed bugs in determining proper sync clauses from custom inheritMike Bayer2007-08-301-3/+3
* MSSQL unit test fixesPaul Johnston2007-08-191-3/+3
* can now specify a DSN for PyODBC, ticket #724Paul Johnston2007-08-171-5/+9
* Add some new types to MSSQL; ticket #721Paul Johnston2007-08-171-4/+28
* Merge changeset [3343] into rel_0_3 branchPaul Johnston2007-08-171-1/+2
* - fixed bug where mapper, being linked to a join where one table hadMike Bayer2007-08-101-1/+4
* Fixed detection of internal '$' characters in :bind$params (Applied patch in ...Jason Kirtland2007-08-091-1/+1
* - when reflecting tables from alternate schemas, the "default" placed uponMike Bayer2007-08-091-1/+1
* - fixed specification of YEAR columns when generating schemaJason Kirtland2007-08-091-2/+6
* tweak DISTINCT precedence for clauses like `func.count(t.c.col.distinct())`Jason Kirtland2007-08-091-0/+1
* automatically use_scope_identity if an appropriate version of PyODBC is insta...Paul Johnston2007-08-081-0/+9
* - fixed small exception throw bug in Session.merge()Mike Bayer2007-08-051-0/+1
* - fixed another occasional race condition which could occurMike Bayer2007-08-011-12/+6
* - added a check for joining from A->B using join(), along twoMike Bayer2007-07-261-0/+6
* mssql: indexes are now quoted when dropping from reflected tables [ticket:684]Rick Morrison2007-07-261-1/+3
* mssql: added support for TIME type (simulated via DATETIME col) [ticket:679]Rick Morrison2007-07-261-0/+25
* Merged lower case caching, fetching from r2955Jason Kirtland2007-07-201-20/+50
* further adjustment to pool.getMike Bayer2007-07-201-2/+6
* - a new mutex that was added in 0.3.9 causes the pool_timeoutMike Bayer2007-07-201-2/+9
* Merged reference fixes from r2986Jason Kirtland2007-07-194-25/+18
* Better quoting of identifiers when manipulating schemasJason Kirtland2007-07-193-28/+50
* - merged some more of the SessionTransaction connection-bound checks from 0.4Mike Bayer2007-07-182-3/+12
* - foreign key specs can have any chararcter in their identifiersMike Bayer2007-07-181-1/+1
* Properly escape table names when reflecting for mssql and sqlite [ticket:653]Paul Johnston2007-07-172-8/+6
* bind/connectable compat, allow .bind = NoneJason Kirtland2007-07-172-3/+1
* Minor cleanups.Jason Kirtland2007-07-171-6/+6
* Be specfic when detecting "no table" exceptions.Jason Kirtland2007-07-171-4/+5
* - Added basic schema reflection coverage to main testsJason Kirtland2007-07-171-4/+14
* - fixed max identifier length on postgres (63) [ticket:571]Gaƫtan de Menten2007-07-173-3/+3
* - fixes for connection bound sessions, connection-bound compiled objects via ...Mike Bayer2007-07-162-15/+21
* - fixed "ambiguous column" result detection, when dupe col names existMike Bayer2007-07-151-1/+1
* updated interval type for [ticket:595]Mike Bayer2007-07-151-14/+14
* - added friendlier error checking for query.get() with too-short pkMike Bayer2007-07-151-2/+5
* removed printsMike Bayer2007-07-151-2/+0
* - more docsMike Bayer2007-07-151-7/+16
* - columns can be overridden in a reflected table with a "key"Mike Bayer2007-07-151-0/+7
* - fixed unicode conversion in Oracle TEXT typeMike Bayer2007-07-151-1/+2
* - converts cx_oracle datetime objects to Python datetime.datetime whenMike Bayer2007-07-151-0/+17
* - mod operator '%' produces MOD [ticket:624]Mike Bayer2007-07-151-0/+7