| Commit message (Expand) | Author | Age | Files | Lines |
| * | correct the create_engine url | Philip Jenvey | 2009-08-26 | 1 | -1/+2 |
| * | doc fixes | Mike Bayer | 2009-08-25 | 1 | -18/+18 |
| * | instance_dict may be modified before the GC triggers _cleanup on Jython, so eat | Philip Jenvey | 2009-08-21 | 1 | -2/+8 |
| * | get mysql+pyodbc connections to work again | Mike Bayer | 2009-08-20 | 1 | -2/+1 |
| * | fix oracle+zxjdbc asdecimal conversions | Philip Jenvey | 2009-08-18 | 1 | -2/+6 |
| * | oracle+zxjdbc returning support | Philip Jenvey | 2009-08-18 | 3 | -15/+141 |
| * | always visit returning clauses in the right order for positional paramstyle | Philip Jenvey | 2009-08-18 | 1 | -8/+4 |
| * | dont see the need to re-call post_configure inside a reentrant loop. since w... | Mike Bayer | 2009-08-14 | 1 | -4/+0 |
| * | don't use the deprecated driver name | Philip Jenvey | 2009-08-14 | 1 | -1/+1 |
| * | move postgresql's % escape handling out of base | Philip Jenvey | 2009-08-11 | 4 | -23/+31 |
| * | o default Connector/J's characterEncoding=UTF-8 for generally better JDBC | Philip Jenvey | 2009-08-11 | 3 | -15/+22 |
| * | - simplify MySQLIdentifierPreparer into standard pattern, | Mike Bayer | 2009-08-10 | 5 | -57/+55 |
| * | - the Oracle dialect now features NUMBER which intends | Mike Bayer | 2009-08-09 | 3 | -19/+35 |
| * | - PG: somewhat better support for % signs in table/column names; | Mike Bayer | 2009-08-09 | 2 | -1/+10 |
| * | close out py3k + pg8000 bugs that are fixable for now without pg8000 decimal fix | Mike Bayer | 2009-08-09 | 1 | -0/+13 |
| * | python3k fixes | Mike Bayer | 2009-08-09 | 4 | -7/+36 |
| * | pull from identity_map atomically to avoid a race with weakref cleanup | Philip Jenvey | 2009-08-09 | 1 | -2/+2 |
| * | o oracle+zxjdbc type handling additions | Philip Jenvey | 2009-08-09 | 2 | -3/+59 |
| * | - added **kw to ClauseElement.compare(), so that we can smarten up the "use_g... | Mike Bayer | 2009-08-08 | 2 | -13/+55 |
| * | clean up the way we detect MSSQL's form of RETURNING | Mike Bayer | 2009-08-08 | 2 | -11/+24 |
| * | unwrapped _get_colparams a bit, dropped out an isinstance() call | Mike Bayer | 2009-08-08 | 2 | -22/+25 |
| * | fix up oracle tests, returning is on by default | Mike Bayer | 2009-08-08 | 3 | -30/+53 |
| * | - turned on auto-returning for oracle, some errors | Mike Bayer | 2009-08-08 | 4 | -17/+33 |
| * | documentation updates | Mike Bayer | 2009-08-07 | 1 | -14/+40 |
| * | - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT | Mike Bayer | 2009-08-07 | 6 | -52/+68 |
| * | Fix #1451: take into account the actual coding system when determining the fi... | Lele Gaifax | 2009-08-07 | 1 | -1/+2 |
| * | Fix #1429: take into account possible spurious spaces around the DEFAULT keyword | Lele Gaifax | 2009-08-07 | 1 | -3/+8 |
| * | M-x whitespace-cleanup | Lele Gaifax | 2009-08-07 | 1 | -6/+6 |
| * | fix non2.4 gremlin | Mike Bayer | 2009-08-06 | 1 | -1/+1 |
| * | merge 0.6 series to trunk. | Mike Bayer | 2009-08-06 | 105 | -9650/+11986 |
| * | - UPDATE and DELETE do not support ORDER BY, LIMIT, OFFSET, | Mike Bayer | 2009-08-02 | 1 | -0/+17 |
| * | - Simplified the sweep of instrumentation in strategies._register_attribute | Mike Bayer | 2009-08-02 | 3 | -2/+8 |
| * | backported 0.6 r6084 fix for oracle alias names, [ticket:1309] | Mike Bayer | 2009-07-31 | 1 | -2/+6 |
| * | fix broken orm debug logging | Philip Jenvey | 2009-07-29 | 2 | -23/+40 |
| * | merged [ticket:1486] fix from 0.6 | Mike Bayer | 2009-07-28 | 2 | -4/+13 |
| * | Corrected annoying deprecation warning on 2.6+ related to mssql and the __new... | Michael Trier | 2009-07-26 | 1 | -2/+2 |
| * | - Squeezed a few more unnecessary "lazy loads" out of | Mike Bayer | 2009-07-26 | 5 | -17/+45 |
| * | - Fixed bug in Table and Column whereby passing empty | Mike Bayer | 2009-07-25 | 1 | -12/+8 |
| * | - Fixed bug whereby a load/refresh of joined table | Mike Bayer | 2009-07-25 | 2 | -9/+12 |
| * | - Declarative will raise an informative exception if | Mike Bayer | 2009-07-25 | 1 | -15/+30 |
| * | - fixed the test for FalseDiscriminator to use Boolean for picky postgresql | Mike Bayer | 2009-07-25 | 1 | -85/+139 |
| * | - Using False or 0 as a polymorphic discriminator now | Mike Bayer | 2009-07-25 | 1 | -2/+2 |
| * | - Unary expressions such as DISTINCT propagate their | Mike Bayer | 2009-07-25 | 2 | -6/+5 |
| * | - Improved error message when query() is called with | Mike Bayer | 2009-07-25 | 1 | -1/+3 |
| * | beefed up documentation for count(), [ticket:1465] | Mike Bayer | 2009-07-25 | 1 | -12/+18 |
| * | - The collection proxies produced by associationproxy are now | Mike Bayer | 2009-07-25 | 1 | -103/+64 |
| * | Fix small typos in docstring | Lele Gaifax | 2009-07-24 | 1 | -2/+2 |
| * | ensure "rowswitch" for isdelete is supported | Mike Bayer | 2009-07-22 | 1 | -3/+5 |
| * | - relations() now have greater ability to be "overridden", | Mike Bayer | 2009-07-21 | 1 | -7/+36 |
| * | - Fixed bug whereby inheritance discriminator part of a | Mike Bayer | 2009-07-21 | 1 | -1/+1 |