| Commit message (Expand) | Author | Age | Files | Lines |
* | - move sqlalchemy.test to test.lib | Mike Bayer | 2010-11-15 | 11 | -2387/+0 |
* | first step of [ticket:1949], remove the setuptools aspect | Mike Bayer | 2010-11-15 | 4 | -4/+3 |
* | - move inline "import" statements to use new "util.importlater()" construct. ... | Mike Bayer | 2010-11-13 | 1 | -2/+0 |
* | - and fix everything from the last checkin that breaks on py 2.4, 2.5 | Mike Bayer | 2010-11-09 | 1 | -0/+9 |
* | - Implemented sequence check capability for the C | Mike Bayer | 2010-11-09 | 1 | -1/+14 |
* | - mssql+pymssql dialect now honors the "port" portion | Mike Bayer | 2010-10-24 | 1 | -2/+2 |
* | - the NoseSQLAlchemyPlugin has been moved to a | Mike Bayer | 2010-10-17 | 6 | -339/+6 |
* | - *Major* cleanup / modernization of the Informix | Mike Bayer | 2010-10-01 | 1 | -0/+5 |
* | add oursql to has lastrowid | Mike Bayer | 2010-09-18 | 1 | -1/+1 |
* | - Fixed a regression in 0.6.4 whereby the change that | Mike Bayer | 2010-09-16 | 1 | -0/+6 |
* | - pending deprecation in 0.7 for the execute/scalar on clauseelement | Mike Bayer | 2010-09-07 | 1 | -2/+0 |
* | - mapper _get_col_to_prop private method used | Mike Bayer | 2010-09-05 | 1 | -0/+1 |
* | - Oracle reflection of indexes has been tuned so | Mike Bayer | 2010-08-29 | 1 | -1/+1 |
* | - Another pass through the series of error messages | Mike Bayer | 2010-08-14 | 1 | -0/+1 |
* | - The name ConcurrentModificationError has been | Mike Bayer | 2010-08-01 | 1 | -0/+6 |
* | - The _extract_error_code() method now works | Mike Bayer | 2010-07-12 | 1 | -0/+5 |
* | add a test for the actual feature, that multiple post updates are batched | Mike Bayer | 2010-06-18 | 1 | -1/+2 |
* | a little bit of refinement | Mike Bayer | 2010-04-17 | 1 | -0/+11 |
* | - Added get_pk_constraint() to reflection.Inspector, similar | Mike Bayer | 2010-04-15 | 1 | -1/+9 |
* | actually we need to copy the dict there since it gets run repeatedly inside o... | Mike Bayer | 2010-04-15 | 1 | -1/+1 |
* | adjust incoming params to add keys that are specific to the compiled, i.e. or... | Mike Bayer | 2010-04-15 | 1 | -0/+3 |
* | - beef up the --reversetop test option to embed RandomSet throughout the ORM | Mike Bayer | 2010-04-15 | 3 | -12/+6 |
* | merge default | Mike Bayer | 2010-04-10 | 1 | -0/+17 |
|\ |
|
| * | - Repaired missing import in psycopg2._PGNumeric type when | Mike Bayer | 2010-04-07 | 1 | -0/+17 |
* | | starting to arrange things such that unneeded executors aren't getting | Mike Bayer | 2010-04-08 | 1 | -1/+3 |
* | | - added missing coverage for self-referential many-to-many flushes | Mike Bayer | 2010-04-06 | 1 | -6/+9 |
* | | a RandomSet implementation useful for swapping into topological | Mike Bayer | 2010-04-06 | 1 | -1/+15 |
|/ |
|
* | - Session.refresh() now does an equivalent expire() | Mike Bayer | 2010-03-29 | 1 | -0/+12 |
* | - pymssql now works again, expecting at least the 1.0 series. | Mike Bayer | 2010-03-20 | 1 | -0/+1 |
* | working through syb capabilities | Mike Bayer | 2010-03-17 | 1 | -1/+29 |
* | - The visit_pool() method of Dialect is removed, and replaced with | Mike Bayer | 2010-03-15 | 1 | -9/+10 |
* | fix failing test due to sybase paramstyle | Mike Bayer | 2010-03-14 | 1 | -1/+3 |
* | - Added preliminary support for Oracle's WITH_UNICODE | Mike Bayer | 2010-03-12 | 1 | -0/+1 |
* | - fix the sqlalchemy.test.schema.Column function to work with copies | Mike Bayer | 2010-03-11 | 1 | -3/+3 |
* | some ms/odbc fixes | Mike Bayer | 2010-02-28 | 1 | -0/+9 |
* | - simplify the OurSQL dialect regarding py3k, this version gives it a fairly | Mike Bayer | 2010-02-28 | 1 | -2/+2 |
* | - orm: Removed a lot of logging that nobody really cares about, | Mike Bayer | 2010-02-28 | 1 | -2/+0 |
* | working on pyodbc / mxodbc | Mike Bayer | 2010-02-27 | 1 | -0/+6 |
* | - the "scale" argument of the Numeric() type is honored when | Mike Bayer | 2010-02-26 | 1 | -0/+11 |
* | add some py3k caveats | Mike Bayer | 2010-02-23 | 1 | -1/+1 |
* | generalized "test all the picklers" iterator works cross platform | Mike Bayer | 2010-02-22 | 1 | -0/+18 |
* | clean up some skips, added skip for sqlite + python2 | Mike Bayer | 2010-02-21 | 3 | -2/+37 |
* | unicode fix that gets around nose's stringio usage | Mike Bayer | 2010-02-20 | 1 | -14/+4 |
* | some more 2.4 test fixes | Mike Bayer | 2010-02-15 | 1 | -0/+1 |
* | exclude this test for everyone but sqlite | Mike Bayer | 2010-02-15 | 1 | -1/+18 |
* | - Added an optional C extension to speed up the sql layer by | Gaƫtan de Menten | 2010-02-13 | 1 | -1/+8 |
* | - oracle + firebird: "case sensitivity" feature will detect an all-lowercase | Mike Bayer | 2010-01-24 | 1 | -1/+8 |
* | - the "threadlocal" engine has been rewritten and simplified | Mike Bayer | 2010-01-24 | 1 | -2/+2 |
* | arrange imports, cleanup | Philip Jenvey | 2010-01-22 | 1 | -12/+12 |
* | - mega example cleanup | Mike Bayer | 2010-01-19 | 1 | -0/+83 |