| 2010-07-05 |
Mike Bayer | force __doc__ to transfer over from the decorated funciton. |
commit | commitdiff | tree | snapshot |
| 2010-07-04 |
Mike Bayer | merge |
commit | commitdiff | tree | snapshot |
| 2010-07-04 |
Mike Bayer | some prep for the 'viewcode' plugin, which works, thoug... |
commit | commitdiff | tree | snapshot |
| 2010-07-04 |
Mike Bayer | some linkage |
commit | commitdiff | tree | snapshot |
| 2010-07-04 |
Mike Bayer | transfer docstrings from @classproperty to props |
commit | commitdiff | tree | snapshot |
| 2010-07-03 |
Mike Bayer | - idle 78-char adjustments |
commit | commitdiff | tree | snapshot |
| 2010-07-03 |
Mike Bayer | - Added support for @classproperty to provide |
commit | commitdiff | tree | snapshot |
| 2010-07-02 |
Mike Bayer | - verbiage expressing that pool_size==0 means no limit... |
commit | commitdiff | tree | snapshot |
| 2010-07-02 |
Mike Bayer | - The 'default' compiler is automatically copied over |
commit | commitdiff | tree | snapshot |
| 2010-07-02 |
Mike Bayer | - add typing/operator converts to Float/Numeric to... |
commit | commitdiff | tree | snapshot |
| 2010-07-02 |
Mike Bayer | - If server_version_info is outside the usual |
commit | commitdiff | tree | snapshot |
| 2010-07-02 |
Chris Withers | keep ordering of columns with mixins constant |
commit | commitdiff | tree | snapshot |
| 2010-07-02 |
Mike Bayer | - Query.join() will check for a call of the |
commit | commitdiff | tree | snapshot |
| 2010-07-01 |
Mike Bayer | - Oracle's "native decimal" metadata begins to return |
commit | commitdiff | tree | snapshot |
| 2010-06-30 |
Mike Bayer | - An instance which is moved to "transient", has |
commit | commitdiff | tree | snapshot |
| 2010-06-29 |
Mike Bayer | replace all occurences of "closes the connection" ... |
commit | commitdiff | tree | snapshot |
| 2010-06-29 |
Mike Bayer | add make_transient |
commit | commitdiff | tree | snapshot |
| 2010-06-27 |
Mike Bayer | fix oracle char length test for newer descriptors |
commit | commitdiff | tree | snapshot |
| 2010-06-26 |
Mike Bayer | - Fixed bug that would prevent overridden clause |
commit | commitdiff | tree | snapshot |
| 2010-06-25 |
Mike Bayer | - Won't generate "CREATE TYPE" / "DROP TYPE" if |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
Mike Bayer | fix test |
commit | commitdiff | tree | snapshot |
| 2010-06-24 |
Mike Bayer | - The argument to "ESCAPE" of a LIKE operator or similar |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Mike Bayer | - Fixed @memoized_property and @memoized_instancemethod |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Mike Bayer | - Firebird dialect adds CHAR, VARCHAR types which |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Mike Bayer | - Fixed ora-8 compatibility flags such that they |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Mike Bayer | fix accessors, [ticket:1816] |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Mike Bayer | - a mixin class can now define a column that matches |
commit | commitdiff | tree | snapshot |
| 2010-06-19 |
Mike Bayer | - MySQL dialect doesn't emit CAST() for MySQL version |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Mike Bayer | - moved "post update" functionality from _save_obj... |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Mike Bayer | - cleanup of new post update, changelog |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Mike Bayer | add a test for the actual feature, that multiple post... |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Mike Bayer | this one is actually doing it. removed the cruft we... |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Mike Bayer | adds some tests, refines out the m2o approach. |
commit | commitdiff | tree | snapshot |
| 2010-06-18 |
Mike Bayer | this approach seems to allow many-to-one post updates... |
commit | commitdiff | tree | snapshot |
| 2010-06-17 |
Mike Bayer | - query.order_by() now accepts False, which cancels |
commit | commitdiff | tree | snapshot |
| 2010-06-17 |
Mike Bayer | fix import |
commit | commitdiff | tree | snapshot |
| 2010-06-17 |
Mike Bayer | add a test for query.order_by(None) |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Mike Bayer | - Column.copy() takes along the "unique" attribute |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Mike Bayer | version_info is the tuple |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Mike Bayer | - Can now call make_transient() on an instance that |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Mike Bayer | - hypothesize that newer pysqlites are also growing... |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Mike Bayer | fix variable name |
commit | commitdiff | tree | snapshot |
| 2010-06-15 |
Mike Bayer | - Query.statement, Query.subquery(), etc. now transfer |
commit | commitdiff | tree | snapshot |
| 2010-06-14 |
Mike Bayer | - Modified the internals of "column annotation" such... |
commit | commitdiff | tree | snapshot |
| 2010-06-13 |
Mike Bayer | - Fixed bug regarding flushes on self-referential |
commit | commitdiff | tree | snapshot |
| 2010-06-13 |
Mike Bayer | - The warning emitted by the Unicode and String types |
commit | commitdiff | tree | snapshot |
| 2010-06-13 |
Mike Bayer | - added documentation for Inspector [ticket:1820] |
commit | commitdiff | tree | snapshot |
| 2010-06-11 |
Mike Bayer | - Inspector hits bind.connect() when invoked to ensure |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Mike Bayer | fix the enum for MySQL after native_enum added to adapt... |
commit | commitdiff | tree | snapshot |
| 2010-06-09 |
Mike Bayer | - Fixed incorrect signature in do_execute() for firebir... |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Mike Bayer | - Fixed bug in Enum type which blew away native_enum |
commit | commitdiff | tree | snapshot |
| 2010-06-08 |
Mike Bayer | - tweak to work with sphinx 1.0b2 |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | Added tag rel_0_6_1 for changeset 1bd54fd9c854044d8153d... |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | 0.6.1 rel_0_6_1 |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | fix this test for oracle |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | mapper.py is entirely 79 char lines now |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | change the weakkeydict to be just an LRU cache. Add... |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | shorten lines to 78 char on _save_obj, _delete_obj... |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | reduce the calls to execution_options and weakkeydict... |
commit | commitdiff | tree | snapshot |
| 2010-05-31 |
Mike Bayer | - Pool classes will reuse the same "pool_logging_name... |
commit | commitdiff | tree | snapshot |
| 2010-05-30 |
Mike Bayer | 79 char lines for base.py |
commit | commitdiff | tree | snapshot |
| 2010-05-27 |
Mike Bayer | - Fixed concatenation of constraints when "PRIMARY... |
commit | commitdiff | tree | snapshot |
| 2010-05-27 |
Mike Bayer | - Re-established support for Oracle 8 with cx_oracle, |
commit | commitdiff | tree | snapshot |
| 2010-05-27 |
Mike Bayer | - FOR UPDATE is emitted in the syntactically correct... |
commit | commitdiff | tree | snapshot |
| 2010-05-22 |
Mike Bayer | - Columns of _Binary type (i.e. LargeBinary, BLOB,... |
commit | commitdiff | tree | snapshot |
| 2010-05-21 |
Mike Bayer | - Fixed regression introduced in 0.6.0 unit of work... |
commit | commitdiff | tree | snapshot |
| 2010-05-21 |
Mike Bayer | new link for pymssql #1810 |
commit | commitdiff | tree | snapshot |
| 2010-05-15 |
Mike Bayer | docs on dispose |
commit | commitdiff | tree | snapshot |
| 2010-05-15 |
Mike Bayer | disclaimer for the "type=None" semi-feature |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Mike Bayer | - Added table.add_is_dependent_on(othertable), allows... |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Mike Bayer | - Added internal warning in case an instance without a |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Mike Bayer | - fixed __setstate__ method of CollectionAdapter to not |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Mike Bayer | - func.XXX() doesn't inadvertently resolve to non-Function |
commit | commitdiff | tree | snapshot |
| 2010-05-13 |
Mike Bayer | some pep-8ing |
commit | commitdiff | tree | snapshot |
| 2010-05-10 |
Mike Bayer | - the _make_proxy() method of ColumnClause and Column... |
commit | commitdiff | tree | snapshot |
| 2010-05-08 |
Mike Bayer | - expr.in_() now accepts a text() construct as the... |
commit | commitdiff | tree | snapshot |
| 2010-05-08 |
Mike Bayer | - session.merge() will not expire attributes on the... |
commit | commitdiff | tree | snapshot |
| 2010-05-08 |
Mike Bayer | - func.sysdate() emits "SYSDATE()", i.e. with the ending |
commit | commitdiff | tree | snapshot |
| 2010-05-08 |
Mike Bayer | - Added 'connection shutdown' to the list of exception... |
commit | commitdiff | tree | snapshot |
| 2010-05-08 |
Mike Bayer | add a note about native unicode mode, [ticket:1792] |
commit | commitdiff | tree | snapshot |
| 2010-05-08 |
Mike Bayer | - the SqlSoup constructor accepts a `base` argument... |
commit | commitdiff | tree | snapshot |
| 2010-05-04 |
Mike Bayer | add more insert examples #1791 |
commit | commitdiff | tree | snapshot |
| 2010-05-03 |
Mike Bayer | merge tip |
commit | commitdiff | tree | snapshot |
| 2010-05-03 |
Mike Bayer | - Fixed use_ansi=False mode, which was producing broken |
commit | commitdiff | tree | snapshot |
| 2010-04-30 |
Mike Bayer | place docs for DBAPI-agnostic transaction_isolation... |
commit | commitdiff | tree | snapshot |
| 2010-04-30 |
Chris Withers | remove docs for deprecated feature |
commit | commitdiff | tree | snapshot |
| 2010-04-29 |
Mike Bayer | fix some 2to3 breakage on the cx_oracle dialect |
commit | commitdiff | tree | snapshot |
| 2010-04-29 |
Mike Bayer | remove a few superfluous imports |
commit | commitdiff | tree | snapshot |
| 2010-04-28 |
Mike Bayer | - Fixed bug in connection pool cursor wrapper whereby... |
commit | commitdiff | tree | snapshot |
| 2010-04-28 |
Chris Withers | fix sphinx reference |
commit | commitdiff | tree | snapshot |
| 2010-04-28 |
Mike Bayer | - oracle_xe 5 doesn't accept a Python unicode object in |
commit | commitdiff | tree | snapshot |
| 2010-04-28 |
Gaëtan de Menten | changelog fix for #1781 |
commit | commitdiff | tree | snapshot |
| 2010-04-27 |
Gaëtan de Menten | take2 on #1781. |
commit | commitdiff | tree | snapshot |
| 2010-04-26 |
Mike Bayer | - Added integer coercion to the "type_conv" attribute... |
commit | commitdiff | tree | snapshot |
| 2010-04-26 |
Mike Bayer | - Added a label to the query used within has_table... |
commit | commitdiff | tree | snapshot |
| 2010-04-26 |
Mike Bayer | - Fixed regression introduced in 0.6.0 involving improper |
commit | commitdiff | tree | snapshot |
| 2010-04-26 |
Gaëtan de Menten | Hopefully fix C extension on python2.4 (ticket #1781... |
commit | commitdiff | tree | snapshot |
| 2010-04-26 |
Mike Bayer | - Fixed "table" argument on constructor of ForeginKeyCo... |
commit | commitdiff | tree | snapshot |
| 2010-04-26 |
Mike Bayer | - Fixed errant space character when generating ADD... |
commit | commitdiff | tree | snapshot |
| 2010-04-23 |
Jason Kirtland | Make sqla_nose.py "just work" for running tests on... |
commit | commitdiff | tree | snapshot |
| next |