| 2010-01-29 |
Mike Bayer | oursql doesn't need the warnings propagate flag |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | for string deferred evals, don't return the underlying... |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | fix the kwargs scoping. mysteriously was affecting... |
commit | commitdiff | tree | snapshot |
| 2010-01-29 |
Mike Bayer | - inline some code and turn some instance-level default... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | - the "autocommit" flag on select() and text()... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | - make frozendict serializable |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | against is optional |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | - allow exists(s.as_scalar()) to work |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Mike Bayer | add an informative error msg for non-collection passed... |
commit | commitdiff | tree | snapshot |
| 2010-01-28 |
Lele Gaifax | Fix #1663: the whitespace after DEFAULT may start with... |
commit | commitdiff | tree | snapshot |
| 2010-01-26 |
Philip Jenvey | missing import, forcefully compile the expression to str |
commit | commitdiff | tree | snapshot |
| 2010-01-26 |
Philip Jenvey | oracle compat |
commit | commitdiff | tree | snapshot |
| 2010-01-26 |
Philip Jenvey | Binary -> LargeBinary |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | - Added a tuple_() construct, allows sets of expressions |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | added a test to ensure the concrete example in the... |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Philip Jenvey | handle the new CursorFairy __setattr__ |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | fricking typo |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | remove my comment. still wish this could be done in... |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Mike Bayer | - union(), intersect(), except() and other "compound... |
commit | commitdiff | tree | snapshot |
| 2010-01-25 |
Philip Jenvey | revert r6686 and adjust the stacklevel of test_notsane_... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | - Connection has execution_options(), generative method |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | query |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Philip Jenvey | test_notsane_working needs to run first for dialects... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | not ready to put execution_options in the text()/select... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | - move "should_autocommit" to a deferred method. ... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | - oracle + firebird: "case sensitivity" feature will... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | - the "threadlocal" engine has been rewritten and simpl... |
commit | commitdiff | tree | snapshot |
| 2010-01-24 |
Mike Bayer | clarify intent |
commit | commitdiff | tree | snapshot |
| 2010-01-23 |
Philip Jenvey | disable SAWarning exceptions when supports_sane_rowcoun... |
commit | commitdiff | tree | snapshot |
| 2010-01-23 |
Mike Bayer | - types.Binary is renamed to types.LargeBinary, it... |
commit | commitdiff | tree | snapshot |
| 2010-01-22 |
Mike Bayer | - association_proxy now has basic comparator methods... |
commit | commitdiff | tree | snapshot |
| 2010-01-22 |
Philip Jenvey | not applicable to zxjdbc |
commit | commitdiff | tree | snapshot |
| 2010-01-22 |
Philip Jenvey | arrange imports, cleanup |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | send along the sqlsoup engine for encoding purposes. |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | - ensure correct session usage + tests |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | use issubclass here, allows lazy loads from a subclass... |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | add autoflush to the list of attributes exported on... |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | fixed the illegal_initial_chars collection + unit test... |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | base supports_native_enum on 8.3 or greater |
commit | commitdiff | tree | snapshot |
| 2010-01-21 |
Mike Bayer | - agnosticize checking for the two phase events |
commit | commitdiff | tree | snapshot |
| 2010-01-20 |
Gaëtan de Menten | fix ResultProxy for SQLite truncated names |
commit | commitdiff | tree | snapshot |
| 2010-01-20 |
Mike Bayer | - query.select_from() also accepts mapped classes... |
commit | commitdiff | tree | snapshot |
| 2010-01-20 |
Mike Bayer | moved the metadata step of ResultProxy into a ResultMet... |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Mike Bayer | lessons learned unpickling from an 0.5 cache |
commit | commitdiff | tree | snapshot |
| 2010-01-19 |
Mike Bayer | - mega example cleanup |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Mike Bayer | some cleanup |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Mike Bayer | sorry, this example is just ridiculous |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Mike Bayer | modernized "adjacencytree" example |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Mike Bayer | updated the large_collection example to modern SQLA. |
commit | commitdiff | tree | snapshot |
| 2010-01-18 |
Mike Bayer | - added native INTERVAL type to the dialect. This... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | - raise error when unpickling non-mapped state, [ticket... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | - add a unit test for r6089 / [ticket:1438] |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | - implement dynamic type_affinity for Oracle.NUMBER |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | - remove the exclusion of cx_oracle.STRING from setinpu... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | statement_options -> execution_options |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | - reorganized and re-documented Oracle schema tests... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | update test_schema/test_schema_2 docs, per [ticket... |
commit | commitdiff | tree | snapshot |
| 2010-01-17 |
Mike Bayer | doc updates partially from [ticket:1651] |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Mike Bayer | - added "statement_options()" to Query, to so options... |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Mike Bayer | add a doc for query.delete() |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Mike Bayer | - ConnectionProxy now has wrapper methods for all trans... |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Mike Bayer | - sqlsoup objects no longer have the 'query' attribute... |
commit | commitdiff | tree | snapshot |
| 2010-01-16 |
Mike Bayer | reflect MSSQL cols that have descending markers [ticket... |
commit | commitdiff | tree | snapshot |
| 2010-01-15 |
Mike Bayer | restore common_parent logic in correspoinds_to, fixes... |
commit | commitdiff | tree | snapshot |
| 2010-01-13 |
Mike Bayer | local session caching example |
commit | commitdiff | tree | snapshot |
| 2010-01-13 |
Mike Bayer | add more examples, start basic |
commit | commitdiff | tree | snapshot |
| 2010-01-13 |
Mike Bayer | - replace the tip of the path info with the subclass... |
commit | commitdiff | tree | snapshot |
| 2010-01-13 |
Mike Bayer | NamedTuple is pickleable ! no really with all the... |
commit | commitdiff | tree | snapshot |
| 2010-01-12 |
Mike Bayer | OK, you can't merge NamedTuples and such. Fine. New... |
commit | commitdiff | tree | snapshot |
| 2010-01-12 |
Mike Bayer | yes you can even set_value(). I'm using it to prepopul... |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Mike Bayer | have paths represented as their actual mapper, not... |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Mike Bayer | add option to hardcode a cache key |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Mike Bayer | compare class in the given path with our own class... |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Mike Bayer | memcached wants this |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Mike Bayer | ensure criterion is not None |
commit | commitdiff | tree | snapshot |
| 2010-01-11 |
Mike Bayer | - cut down on a few hundred method calls |
commit | commitdiff | tree | snapshot |
| 2010-01-10 |
Mike Bayer | - merge() will not issue a needless merge of attributes... |
commit | commitdiff | tree | snapshot |
| 2010-01-07 |
Mike Bayer | happy new year |
commit | commitdiff | tree | snapshot |
| 2010-01-07 |
Mike Bayer | - Session.merge() is performance optimized, using half the |
commit | commitdiff | tree | snapshot |
| 2010-01-07 |
Mike Bayer | - py3k binary type returned natively for sqlite3, pg800... |
commit | commitdiff | tree | snapshot |
| 2010-01-07 |
Mike Bayer | remove needless check_modified() |
commit | commitdiff | tree | snapshot |
| 2010-01-07 |
Mike Bayer | merge r6616 of 0.5 branch, allow DefaultGenerators... |
commit | commitdiff | tree | snapshot |
| 2010-01-04 |
Mike Bayer | - fix mysqlconnector import |
commit | commitdiff | tree | snapshot |
| 2010-01-04 |
Mike Bayer | - accept 'expire' with a deprecation warning for query... |
commit | commitdiff | tree | snapshot |
| 2010-01-04 |
Mike Bayer | - rename "myconnpy" to "mysqlconnector" |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Mike Bayer | - Fixed a column arithmetic bug that affected column |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Mike Bayer | add documentation for Numeric/Float types, [ticket... |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Mike Bayer | fixed DDL quoting with literal strings that have '... |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Mike Bayer | - added a refresh logger step to the nose plugin so... |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Mike Bayer | - have inspector properly return default_schema_name... |
commit | commitdiff | tree | snapshot |
| 2010-01-03 |
Mike Bayer | add a brief doc for custom DDL |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Mike Bayer | - clarify ForeignKey docs, copy operation |
commit | commitdiff | tree | snapshot |
| 2010-01-02 |
Mike Bayer | - The copy() method on Column now supports uninitialized, |
commit | commitdiff | tree | snapshot |
| 2009-12-31 |
Mike Bayer | begin modernize of informix dialect for [ticket:1499] |
commit | commitdiff | tree | snapshot |
| 2009-12-31 |
Ants Aasma | Fix invalid behavior of Query.update and Query.delete... |
commit | commitdiff | tree | snapshot |
| 2009-12-30 |
Ants Aasma | fix error reporting in evaluator for unknown clauselist... |
commit | commitdiff | tree | snapshot |
| 2009-12-30 |
Mike Bayer | some compile docs |
commit | commitdiff | tree | snapshot |
| 2009-12-29 |
Mike Bayer | - postgresql dialect can properly detect pg "devel... |
commit | commitdiff | tree | snapshot |
| 2009-12-29 |
Mike Bayer | - calling expr.in_([]), i.e. with an empty list, emits... |
commit | commitdiff | tree | snapshot |
| 2009-12-29 |
Mike Bayer | add note re #1646 |
commit | commitdiff | tree | snapshot |
| next |