2010-03-09 |
Mike Bayer | closing out 0.3 maint. rel_0_3 bb_old/rel_0_3 |
commit | commitdiff | tree |
2007-12-05 |
Mike Bayer | - tables with schemas can still be used in sqlite,... |
commit | commitdiff | tree |
2007-11-04 |
Mike Bayer | - func. objects can be pickled/unpickled [ticket... |
commit | commitdiff | tree |
2007-10-16 |
Mike Bayer | - query.get() and related functions (like many-to-one... |
commit | commitdiff | tree |
2007-10-14 |
Mike Bayer | removed default schema test; this is supported in 0.4 rel_0_3_11 |
commit | commitdiff | tree |
2007-10-14 |
Mike Bayer | - backref remove object operation doesn't fail if the... |
commit | commitdiff | tree |
2007-10-14 |
Mike Bayer | - removed LONG_STRING, LONG_BINARY from "binary... |
commit | commitdiff | tree |
2007-10-06 |
Roger Demetrescu | fixed reflection of Column's nullable property [firebird] |
commit | commitdiff | tree |
2007-10-02 |
Roger Demetrescu | Some fixes on reflection tests (firebird): |
commit | commitdiff | tree |
2007-09-28 |
Roger Demetrescu | firebird doesn't support sane rowcount. |
commit | commitdiff | tree |
2007-09-10 |
Jason Kirtland | added support for string date passthru in sqlite (merge... |
commit | commitdiff | tree |
2007-09-08 |
Jason Kirtland | Tweaked changelog |
commit | commitdiff | tree |
2007-09-08 |
Mike Bayer | - adjusted operator precedence of NOT to match '==... |
commit | commitdiff | tree |
2007-09-08 |
Mike Bayer | - [ticket:768] dont assume join criterion consists... |
commit | commitdiff | tree |
2007-09-04 |
Paul Johnston | Small change in ActiveMapper to make it work with Pytho... |
commit | commitdiff | tree |
2007-08-30 |
Mike Bayer | - fixed bugs in determining proper sync clauses from... |
commit | commitdiff | tree |
2007-08-19 |
Paul Johnston | MSSQL unit test fixes |
commit | commitdiff | tree |
2007-08-17 |
Paul Johnston | Avoid textual SQL in unit tests, so MSSQL has a chance... |
commit | commitdiff | tree |
2007-08-17 |
Paul Johnston | can now specify a DSN for PyODBC, ticket #724 |
commit | commitdiff | tree |
2007-08-17 |
Paul Johnston | Add some new types to MSSQL; ticket #721 |
commit | commitdiff | tree |
2007-08-17 |
Paul Johnston | Merge changeset [3343] into rel_0_3 branch |
commit | commitdiff | tree |
2007-08-14 |
Mike Bayer | added insert speed profiler test |
commit | commitdiff | tree |
2007-08-10 |
Mike Bayer | - fixed bug where mapper, being linked to a join where... |
commit | commitdiff | tree |
2007-08-09 |
Jason Kirtland | Fixed detection of internal '$' characters in :bind... |
commit | commitdiff | tree |
2007-08-09 |
Mike Bayer | - when reflecting tables from alternate schemas, the... |
commit | commitdiff | tree |
2007-08-09 |
Jason Kirtland | - fixed specification of YEAR columns when generating... |
commit | commitdiff | tree |
2007-08-09 |
Jason Kirtland | tweak DISTINCT precedence for clauses like `func.count... |
commit | commitdiff | tree |
2007-08-08 |
Paul Johnston | automatically use_scope_identity if an appropriate... |
commit | commitdiff | tree |
2007-08-05 |
Mike Bayer | - fixed small exception throw bug in Session.merge() |
commit | commitdiff | tree |
2007-08-05 |
Mike Bayer | merged 0.4's docstring module in for site compat |
commit | commitdiff | tree |
2007-08-01 |
Mike Bayer | - fixed another occasional race condition which could... |
commit | commitdiff | tree |
2007-07-31 |
Mike Bayer | changed aggregate example functions into some that... |
commit | commitdiff | tree |
2007-07-29 |
Mike Bayer | bind... |
commit | commitdiff | tree |
2007-07-29 |
Mike Bayer | version warning |
commit | commitdiff | tree |
2007-07-27 |
Mike Bayer | 0.3 maintenance branch |
commit | commitdiff | tree |
2007-07-26 |
Mike Bayer | - added a check for joining from A->B using join... |
commit | commitdiff | tree |
2007-07-26 |
Rick Morrison | mssql: indexes are now quoted when dropping from reflec... |
commit | commitdiff | tree |
2007-07-26 |
Rick Morrison | mssql: added support for TIME type (simulated via DATET... |
commit | commitdiff | tree |
2007-07-22 |
Mike Bayer | edits |
commit | commitdiff | tree |
2007-07-22 |
Mike Bayer | edits |
commit | commitdiff | tree |
2007-07-20 |
Mike Bayer | postgres cant do this particular test b.c. the default... rel_0_3_10 |
commit | commitdiff | tree |
2007-07-20 |
Mike Bayer | hopefully resolved all the PG deadlocks occuring here |
commit | commitdiff | tree |
2007-07-20 |
Jason Kirtland | Merged lower case caching, fetching from r2955 |
commit | commitdiff | tree |
2007-07-20 |
Mike Bayer | further adjustment to pool.get |
commit | commitdiff | tree |
2007-07-20 |
Mike Bayer | assert timeout is 3 seconds, not 2 |
commit | commitdiff | tree |
2007-07-20 |
Mike Bayer | - a new mutex that was added in 0.3.9 causes the pool_t... |
commit | commitdiff | tree |
2007-07-19 |
Jason Kirtland | Merged reference fixes from r2986 |
commit | commitdiff | tree |
2007-07-19 |
Jason Kirtland | Better quoting of identifiers when manipulating schemas |
commit | commitdiff | tree |
2007-07-19 |
Mike Bayer | info on db-specific types |
commit | commitdiff | tree |
2007-07-18 |
Mike Bayer | - merged some more of the SessionTransaction connection... |
commit | commitdiff | tree |
2007-07-18 |
Mike Bayer | - foreign key specs can have any chararcter in their... |
commit | commitdiff | tree |
2007-07-17 |
Paul Johnston | Properly escape table names when reflecting for mssql... |
commit | commitdiff | tree |
2007-07-17 |
Jason Kirtland | bind/connectable compat, allow .bind = None |
commit | commitdiff | tree |
2007-07-17 |
Jason Kirtland | Minor cleanups. |
commit | commitdiff | tree |
2007-07-17 |
Jason Kirtland | Be specfic when detecting "no table" exceptions. |
commit | commitdiff | tree |
2007-07-17 |
Jason Kirtland | - Added basic schema reflection coverage to main tests |
commit | commitdiff | tree |
2007-07-17 |
Gaëtan de Menten | - fixed max identifier length on postgres (63) [ticket... |
commit | commitdiff | tree |
2007-07-16 |
Mike Bayer | - fixes for connection bound sessions, connection-bound... |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | fixes rel_0_3_9 |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | fixes |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | spelling error |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - fixed "ambiguous column" result detection, when dupe... |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | updated interval type for [ticket:595] |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - added friendlier error checking for query.get() with... |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | removed prints |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - more docs |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - more docs |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - columns can be overridden in a reflected table with... |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - fixed unicode conversion in Oracle TEXT type |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - converts cx_oracle datetime objects to Python datetim... |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - mod operator '%' produces MOD [ticket:624] |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | - more docs |
commit | commitdiff | tree |
2007-07-15 |
Mike Bayer | more query methods, overhauliung docs for forwards... |
commit | commitdiff | tree |
2007-07-14 |
Mike Bayer | - test module turns warnings into exceptions so they... |
commit | commitdiff | tree |
2007-07-14 |
Mike Bayer | - improved ability to get the "correct" and most minima... |
commit | commitdiff | tree |
2007-07-14 |
Mike Bayer | changed password field length to 15 to fix [ticket... |
commit | commitdiff | tree |
2007-07-14 |
Ants Aasma | rearrange sqlite dialect initialization to be able... |
commit | commitdiff | tree |
2007-07-13 |
Jason Kirtland | Fix setup for standalone sequence test |
commit | commitdiff | tree |
2007-07-13 |
Jason Kirtland | Refinement for r2890, column names should remain unicode. |
commit | commitdiff | tree |
2007-07-13 |
Jason Kirtland | Swap imports order, removed trailing whitespace from... |
commit | commitdiff | tree |
2007-07-13 |
Mike Bayer | - a warning is issued by Mapper when two primary key... |
commit | commitdiff | tree |
2007-07-13 |
Mike Bayer | - composite primary key is represented as a non-keyed... |
commit | commitdiff | tree |
2007-07-12 |
Jason Kirtland | - Keep reflected strings in the connection encoding... |
commit | commitdiff | tree |
2007-07-12 |
Mike Bayer | - the various "engine" arguments, such as "engine"... |
commit | commitdiff | tree |
2007-07-12 |
Jason Kirtland | Correct error message for concurrent delete exceptions... |
commit | commitdiff | tree |
2007-07-12 |
Mike Bayer | dont cache reflected domains, lookup each time |
commit | commitdiff | tree |
2007-07-12 |
Mike Bayer | - converted mapper.py unit test to 0.4's four separate... |
commit | commitdiff | tree |
2007-07-12 |
Jason Kirtland | - Patch up MySQL reflection issues with old server... |
commit | commitdiff | tree |
2007-07-11 |
Paul Johnston | mssql: preliminary support for using scope_identity... |
commit | commitdiff | tree |
2007-07-11 |
Paul Johnston | mssql now able to reflect start and increment values... |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | further refinements to the previous session.expunge... |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | fixed small expunge() bug where object might not be... |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | changed "_source_column" to simpler "_distance" |
commit | commitdiff | tree |
2007-07-10 |
Mike Bayer | more "column targeting" enhancements..columns have... |
commit | commitdiff | tree |
2007-07-09 |
Rick Morrison | Fix port option handling for mssql/pyodbc [ticket:634] |
commit | commitdiff | tree |
2007-07-08 |
Mike Bayer | - ForeignKey to a table in a schema thats not the defau... |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | discourage usage of always_refresh |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | edits |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | oh wow, confused "implicit" with "connectionless" |
commit | commitdiff | tree |
2007-07-07 |
Mike Bayer | edits |
commit | commitdiff | tree |
next |