| 2009-09-11 |
Philip Jenvey | mssql+zxjdbc support |
commit | commitdiff | tree | snapshot |
| 2009-09-10 |
Mike Bayer | docs |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Mike Bayer | move foreign keys stuff into the constraints section |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Mike Bayer | edits plus redid "sequences". |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Mike Bayer | fix update examples for [ticket:1533] |
commit | commitdiff | tree | snapshot |
| 2009-09-09 |
Philip Jenvey | fix the new Binary str handling under Jython |
commit | commitdiff | tree | snapshot |
| 2009-09-05 |
Mike Bayer | - the Binary type now returns data as a Python string |
commit | commitdiff | tree | snapshot |
| 2009-09-03 |
Mike Bayer | - distill contextual parameters for the purpose of... |
commit | commitdiff | tree | snapshot |
| 2009-09-02 |
Mike Bayer | mysql doesn't like the 0's. not sure why but its not... |
commit | commitdiff | tree | snapshot |
| 2009-09-02 |
Philip Jenvey | add a length for mysql |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - Fixed bug which prevented two entities from mutually |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - Fixed bug which disallowed one side of a many-to... |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - A column can be added to a joined-table subclass... |
commit | commitdiff | tree | snapshot |
| 2009-09-01 |
Mike Bayer | - Fixed the error message for "could not find a FROM... |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | doh |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - Fixed incorrect exception raise in |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - Fixed recursion issue which occured if a mapped object's |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - the allow_null_pks flag on mapper() is deprecated... |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Mike Bayer | - Inserting NULL into a primary key + foreign key column |
commit | commitdiff | tree | snapshot |
| 2009-08-31 |
Gaëtan de Menten | Remove NCLOB from types.__all__, since it's not defined... |
commit | commitdiff | tree | snapshot |
| 2009-08-30 |
Philip Jenvey | rename jdbc suffix to zxjdbc, add ReturningParam.__ne__ |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Philip Jenvey | assert -> eq_ |
commit | commitdiff | tree | snapshot |
| 2009-08-29 |
Philip Jenvey | assert -> eq_ |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Mike Bayer | fix, comes back funky on PG reflection |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Mike Bayer | - Fixed an obscure issue whereby a joined-table subclass |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Mike Bayer | - Fixed column.copy() to copy defaults and onupdates. |
commit | commitdiff | tree | snapshot |
| 2009-08-28 |
Philip Jenvey | fix port specification |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Mike Bayer | use *args with log.debug()/log.info(), [ticket:1520] |
commit | commitdiff | tree | snapshot |
| 2009-08-26 |
Philip Jenvey | correct the create_engine url |
commit | commitdiff | tree | snapshot |
| 2009-08-25 |
Mike Bayer | doc fixes |
commit | commitdiff | tree | snapshot |
| 2009-08-21 |
Philip Jenvey | instance_dict may be modified before the GC triggers... |
commit | commitdiff | tree | snapshot |
| 2009-08-20 |
Mike Bayer | get mysql+pyodbc connections to work again |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | this workaround isn't necessary |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | fix oracle+zxjdbc asdecimal conversions |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | oracle+zxjdbc returning support |
commit | commitdiff | tree | snapshot |
| 2009-08-18 |
Philip Jenvey | always visit returning clauses in the right order for... |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Mike Bayer | dont see the need to re-call post_configure inside... |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Mike Bayer | add a really contrived test that tests the _already_com... |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Philip Jenvey | lower call counts for 2.4, hurray |
commit | commitdiff | tree | snapshot |
| 2009-08-14 |
Philip Jenvey | don't use the deprecated driver name |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Lele Gaifax | Replace HTML entities with reST markup |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Philip Jenvey | move postgresql's % escape handling out of base |
commit | commitdiff | tree | snapshot |
| 2009-08-11 |
Philip Jenvey | o default Connector/J's characterEncoding=UTF-8 for... |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Mike Bayer | some doc work |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Mike Bayer | 0.6 |
commit | commitdiff | tree | snapshot |
| 2009-08-10 |
Mike Bayer | - simplify MySQLIdentifierPreparer into standard pattern, |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | - the Oracle dialect now features NUMBER which intends |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | - PG: somewhat better support for % signs in table... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | close out py3k + pg8000 bugs that are fixable for now... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Mike Bayer | python3k fixes |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Philip Jenvey | pull from identity_map atomically to avoid a race with... |
commit | commitdiff | tree | snapshot |
| 2009-08-09 |
Philip Jenvey | o oracle+zxjdbc type handling additions |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | merge 06CHANGES into CHANGES and add more stuff |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | - added **kw to ClauseElement.compare(), so that we... |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | clean up the way we detect MSSQL's form of RETURNING |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | unwrapped _get_colparams a bit, dropped out an isinstan... |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | fix up oracle tests, returning is on by default |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Mike Bayer | - turned on auto-returning for oracle, some errors |
commit | commitdiff | tree | snapshot |
| 2009-08-08 |
Philip Jenvey | ensure order of larger comparisons |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Mike Bayer | documentation updates |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Mike Bayer | - renamed PASSIVE_NORESULT to PASSIVE_NO_RESULT |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Lele Gaifax | Fix #1451: take into account the actual coding system... |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Lele Gaifax | Fix #1429: take into account possible spurious spaces... |
commit | commitdiff | tree | snapshot |
| 2009-08-07 |
Lele Gaifax | M-x whitespace-cleanup |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | fix some profiles for 2.4 |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | fix non2.4 gremlin |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | dont need this anymore |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | merge 0.6 series to trunk. |
commit | commitdiff | tree | snapshot |
| 2009-08-06 |
Mike Bayer | disabled examples test pending necesary repairs |
commit | commitdiff | tree | snapshot |
| 2009-08-02 |
Mike Bayer | - UPDATE and DELETE do not support ORDER BY, LIMIT... |
commit | commitdiff | tree | snapshot |
| 2009-08-02 |
Mike Bayer | - Simplified the sweep of instrumentation in strategies... |
commit | commitdiff | tree | snapshot |
| 2009-07-31 |
Mike Bayer | backported 0.6 r6084 fix for oracle alias names, [ticke... |
commit | commitdiff | tree | snapshot |
| 2009-07-29 |
Philip Jenvey | fix broken orm debug logging |
commit | commitdiff | tree | snapshot |
| 2009-07-28 |
Mike Bayer | merged [ticket:1486] fix from 0.6 |
commit | commitdiff | tree | snapshot |
| 2009-07-28 |
Michael Trier | Reverted my screw up of setup.cfg |
commit | commitdiff | tree | snapshot |
| 2009-07-28 |
Michael Trier | Corrected examples tests. I was running from ./test... |
commit | commitdiff | tree | snapshot |
| 2009-07-27 |
Michael Trier | Added in Examples into the test suite so they get exerc... |
commit | commitdiff | tree | snapshot |
| 2009-07-26 |
Michael Trier | Corrected annoying deprecation warning on 2.6+ related... |
commit | commitdiff | tree | snapshot |
| 2009-07-26 |
Michael Trier | Corrected problem with binary test on mssql. Still... |
commit | commitdiff | tree | snapshot |
| 2009-07-26 |
Mike Bayer | - Squeezed a few more unnecessary "lazy loads" out of |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Fixed bug in Table and Column whereby passing empty |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Fixed bug whereby a load/refresh of joined table |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Declarative will raise an informative exception if |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - fixed the test for FalseDiscriminator to use Boolean... |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Using False or 0 as a polymorphic discriminator now |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Unary expressions such as DISTINCT propagate their |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - Improved error message when query() is called with |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | beefed up documentation for count(), [ticket:1465] |
commit | commitdiff | tree | snapshot |
| 2009-07-25 |
Mike Bayer | - The collection proxies produced by associationproxy... |
commit | commitdiff | tree | snapshot |
| 2009-07-24 |
Lele Gaifax | Fix small typos in docstring |
commit | commitdiff | tree | snapshot |
| 2009-07-22 |
Mike Bayer | ensure "rowswitch" for isdelete is supported |
commit | commitdiff | tree | snapshot |
| 2009-07-21 |
Mike Bayer | - relations() now have greater ability to be "overridden", |
commit | commitdiff | tree | snapshot |
| 2009-07-21 |
Mike Bayer | - Fixed bug whereby inheritance discriminator part... |
commit | commitdiff | tree | snapshot |
| 2009-07-17 |
Mike Bayer | - Fixed a bug in extract() introduced in 0.5.4 whereby |
commit | commitdiff | tree | snapshot |
| 2009-07-16 |
Jason Kirtland | Guard against a gc hitting during the sweep for dirty... |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Mike Bayer | beefed up the description of dialects |
commit | commitdiff | tree | snapshot |
| 2009-07-13 |
Mike Bayer | changed reference to PostgreSQL in docs. rel_0_5_5 |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Mike Bayer | - remove docs about partial flush, add docs about disab... |
commit | commitdiff | tree | snapshot |
| 2009-07-12 |
Mike Bayer | - sqlalchemy.orm.join and sqlalchemy.orm.outerjoin... |
commit | commitdiff | tree | snapshot |
| 2009-07-11 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| next |