summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* correct the create_engine urlPhilip Jenvey2009-08-261-1/+2
* doc fixesMike Bayer2009-08-251-18/+18
* instance_dict may be modified before the GC triggers _cleanup on Jython, so eatPhilip Jenvey2009-08-211-2/+8
* get mysql+pyodbc connections to work againMike Bayer2009-08-201-2/+1
* fix oracle+zxjdbc asdecimal conversionsPhilip Jenvey2009-08-181-2/+6
* oracle+zxjdbc returning supportPhilip Jenvey2009-08-183-15/+141
* always visit returning clauses in the right order for positional paramstylePhilip Jenvey2009-08-181-8/+4
* dont see the need to re-call post_configure inside a reentrant loop. since w...Mike Bayer2009-08-141-4/+0
* don't use the deprecated driver namePhilip Jenvey2009-08-141-1/+1
* move postgresql's % escape handling out of basePhilip Jenvey2009-08-114-23/+31
* o default Connector/J's characterEncoding=UTF-8 for generally better JDBCPhilip Jenvey2009-08-113-15/+22
* - simplify MySQLIdentifierPreparer into standard pattern,Mike Bayer2009-08-105-57/+55
* - the Oracle dialect now features NUMBER which intendsMike Bayer2009-08-093-19/+35
* - PG: somewhat better support for % signs in table/column names;Mike Bayer2009-08-092-1/+10
* close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fixMike Bayer2009-08-091-0/+13
* python3k fixesMike Bayer2009-08-094-7/+36
* pull from identity_map atomically to avoid a race with weakref cleanupPhilip Jenvey2009-08-091-2/+2
* o oracle+zxjdbc type handling additionsPhilip Jenvey2009-08-092-3/+59
* - added **kw to ClauseElement.compare(), so that we can smarten up the "use_g...Mike Bayer2009-08-082-13/+55
* clean up the way we detect MSSQL's form of RETURNINGMike Bayer2009-08-082-11/+24
* unwrapped _get_colparams a bit, dropped out an isinstance() callMike Bayer2009-08-082-22/+25
* fix up oracle tests, returning is on by defaultMike Bayer2009-08-083-30/+53
* - turned on auto-returning for oracle, some errorsMike Bayer2009-08-084-17/+33
* documentation updatesMike Bayer2009-08-071-14/+40
* - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULTMike Bayer2009-08-076-52/+68
* Fix #1451: take into account the actual coding system when determining the fi...Lele Gaifax2009-08-071-1/+2
* Fix #1429: take into account possible spurious spaces around the DEFAULT keywordLele Gaifax2009-08-071-3/+8
* M-x whitespace-cleanupLele Gaifax2009-08-071-6/+6
* fix non2.4 gremlinMike Bayer2009-08-061-1/+1
* merge 0.6 series to trunk.Mike Bayer2009-08-06105-9650/+11986
* - UPDATE and DELETE do not support ORDER BY, LIMIT, OFFSET,Mike Bayer2009-08-021-0/+17
* - Simplified the sweep of instrumentation in strategies._register_attributeMike Bayer2009-08-023-2/+8
* backported 0.6 r6084 fix for oracle alias names, [ticket:1309]Mike Bayer2009-07-311-2/+6
* fix broken orm debug loggingPhilip Jenvey2009-07-292-23/+40
* merged [ticket:1486] fix from 0.6Mike Bayer2009-07-282-4/+13
* Corrected annoying deprecation warning on 2.6+ related to mssql and the __new...Michael Trier2009-07-261-2/+2
* - Squeezed a few more unnecessary "lazy loads" out ofMike Bayer2009-07-265-17/+45
* - Fixed bug in Table and Column whereby passing emptyMike Bayer2009-07-251-12/+8
* - Fixed bug whereby a load/refresh of joined tableMike Bayer2009-07-252-9/+12
* - Declarative will raise an informative exception ifMike Bayer2009-07-251-15/+30
* - fixed the test for FalseDiscriminator to use Boolean for picky postgresqlMike Bayer2009-07-251-85/+139
* - Using False or 0 as a polymorphic discriminator nowMike Bayer2009-07-251-2/+2
* - Unary expressions such as DISTINCT propagate theirMike Bayer2009-07-252-6/+5
* - Improved error message when query() is called withMike Bayer2009-07-251-1/+3
* beefed up documentation for count(), [ticket:1465]Mike Bayer2009-07-251-12/+18
* - The collection proxies produced by associationproxy are nowMike Bayer2009-07-251-103/+64
* Fix small typos in docstringLele Gaifax2009-07-241-2/+2
* ensure "rowswitch" for isdelete is supportedMike Bayer2009-07-221-3/+5
* - relations() now have greater ability to be "overridden",Mike Bayer2009-07-211-7/+36
* - Fixed bug whereby inheritance discriminator part of aMike Bayer2009-07-211-1/+1