| 2012-09-26 |
Mike Bayer | Merged in mitchellrj/sqlalchemy (pull request #21) |
commit | commitdiff | tree | snapshot |
| 2012-09-26 |
Richard Mitchell | Add support for LOCALTIMESTAMP in SQLite. |
commit | commitdiff | tree | snapshot |
| 2012-09-25 |
Mike Bayer | - [bug] Added 'terminating connection' to the list |
commit | commitdiff | tree | snapshot |
| 2012-09-24 |
Mike Bayer | - [bug] Fixed the DropIndex construct to support |
commit | commitdiff | tree | snapshot |
| 2012-09-24 |
Mike Bayer | - fix fb function thing here, need **kw to break the... |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - [feature] An experimental dialect for the fdb |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - got firebird running |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - [bug] Columns in reflected primary key constraint |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - use our new Cls.memoized_name._reset(self) method... |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - [bug] When the primary key column of a Table |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - [feature] An explicit error is raised when |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - clean pyflakes |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - improve docs for MySQL/SQLite foreign key/ON UPDATE... |
commit | commitdiff | tree | snapshot |
| 2012-09-23 |
Mike Bayer | - [bug] Adjusted column default reflection code to |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | move this to 0.8 |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | - [bug] A tweak to column precedence which moves the |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | - aaand actually get is/isnot to be usable with None... |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | - [bug] Added missing operators is_(), isnot() |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | - [bug] Extra logic has been added to the "flush" |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | - rename .attr to .attrs on mapper, instance state... |
commit | commitdiff | tree | snapshot |
| 2012-09-22 |
Mike Bayer | test fixes |
commit | commitdiff | tree | snapshot |
| 2012-09-21 |
Mike Bayer | finished fixes for mxodbc; need to use at least version... |
commit | commitdiff | tree | snapshot |
| 2012-09-21 |
Mike Bayer | mapper configured doc |
commit | commitdiff | tree | snapshot |
| 2012-09-20 |
Mike Bayer | - [feature] New session events after_transaction_create |
commit | commitdiff | tree | snapshot |
| 2012-09-20 |
Mike Bayer | - repair bool() for instance level event listener where... |
commit | commitdiff | tree | snapshot |
| 2012-09-19 |
Mike Bayer | - [bug] Adjusted a very old bugfix which attempted |
commit | commitdiff | tree | snapshot |
| 2012-09-17 |
Mike Bayer | - [bug] Fixed bug where incorrect type information |
commit | commitdiff | tree | snapshot |
| 2012-09-17 |
Mike Bayer | Merged in millerdev/sqlalchemy (pull request #20) |
commit | commitdiff | tree | snapshot |
| 2012-09-16 |
Mike Bayer | - genericize the test for ischema_names |
commit | commitdiff | tree | snapshot |
| 2012-09-16 |
Mike Bayer | Merged in erilem/sqlalchemy (pull request #19) |
commit | commitdiff | tree | snapshot |
| 2012-09-15 |
Mike Bayer | - [bug] Fixed a disconnect that slowly evolved |
commit | commitdiff | tree | snapshot |
| 2012-09-12 |
Daniel Miller | Added test and fix for version_id_col bug. |
commit | commitdiff | tree | snapshot |
| 2012-09-12 |
Éric Lemoine | remove print statement in PGDialect._get_column_info |
commit | commitdiff | tree | snapshot |
| 2012-09-12 |
Éric Lemoine | adjust a comment in PGDialect._get_column_info |
commit | commitdiff | tree | snapshot |
| 2012-09-12 |
Éric Lemoine | breaking up PGDialect.get_columns, and add PostGIS... |
commit | commitdiff | tree | snapshot |
| 2012-09-11 |
Mike Bayer | add connection.close() |
commit | commitdiff | tree | snapshot |
| 2012-09-11 |
Éric Lemoine | support for reflecting PostGIS columns |
commit | commitdiff | tree | snapshot |
| 2012-09-11 |
Mike Bayer | edits |
commit | commitdiff | tree | snapshot |
| 2012-09-11 |
Mike Bayer | updates |
commit | commitdiff | tree | snapshot |
| 2012-09-11 |
Mike Bayer | - rework scoped_session and sessionmaker, [ticket:2500] |
commit | commitdiff | tree | snapshot |
| 2012-09-10 |
Mike Bayer | - [bug] CompileError is raised when VARCHAR with |
commit | commitdiff | tree | snapshot |
| 2012-09-10 |
Mike Bayer | - [feature] The cast() and extract() constructs |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | merge branch |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | Merged in etanol/sqlalchemy (pull request #18) |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | - [feature] Added a hook to the system of rendering |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | - add new sphinx handlers to render method and attribut... |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | fix |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | more cleanup |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | almost obliterate the concept of "implicit execution... |
commit | commitdiff | tree | snapshot |
| 2012-09-09 |
Mike Bayer | - add a test to make sure we've tested session.execute... |
commit | commitdiff | tree | snapshot |
| 2012-09-07 |
Isaac Jurado | Add a hint on the install guide to disable C extensions... |
commit | commitdiff | tree | snapshot |
| 2012-09-05 |
Mike Bayer | - [feature] The types of columns excluded from the |
commit | commitdiff | tree | snapshot |
| 2012-09-05 |
Mike Bayer | - add req's for predictable gc |
commit | commitdiff | tree | snapshot |
| 2012-09-04 |
Mike Bayer | - repair for "+driver" spec |
commit | commitdiff | tree | snapshot |
| 2012-09-04 |
Mike Bayer | add a contains() override test |
commit | commitdiff | tree | snapshot |
| 2012-09-04 |
Mike Bayer | `lshift` (<<) and `rshift` (>>) are also supported... |
commit | commitdiff | tree | snapshot |
| 2012-09-03 |
Mike Bayer | - rework the test exclusions system to work on a consis... |
commit | commitdiff | tree | snapshot |
| 2012-09-03 |
Mike Bayer | - type expressions invoke in SQL, but are only for... |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | - further mxodbc tweaks affecting other test suites |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | - leave this out for now |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | - fixes for mxODBC, some pyodbc |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | Merged in dahlia/sqlalchemy/enterprisedb (pull request... |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | with statement |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | merge |
commit | commitdiff | tree | snapshot |
| 2012-09-02 |
Mike Bayer | - repair type expressions for columns when we aren... |
commit | commitdiff | tree | snapshot |
| 2012-09-01 |
Mike Bayer | - get all tests within -w engine + pyodbc:mssql on... |
commit | commitdiff | tree | snapshot |
| 2012-09-01 |
Mike Bayer | - [bug] Fixed a regression since 0.6 regarding |
commit | commitdiff | tree | snapshot |
| 2012-08-31 |
Mike Bayer | skip this silly test entirely for PG |
commit | commitdiff | tree | snapshot |
| 2012-08-30 |
Hong Minhee | Add a version test for EnterpriseDB |
commit | commitdiff | tree | snapshot |
| 2012-08-30 |
Hong Minhee | Fixed wrong regex pattern -- group vendor name |
commit | commitdiff | tree | snapshot |
| 2012-08-30 |
Hong Minhee | Version detection of EnterpriseDB (Postgres Plus(R... |
commit | commitdiff | tree | snapshot |
| 2012-08-30 |
Mike Bayer | Merged in miracle2k/sqlalchemy (pull request #14) |
commit | commitdiff | tree | snapshot |
| 2012-08-30 |
Mike Bayer | some pysqlite doc tweaks |
commit | commitdiff | tree | snapshot |
| 2012-08-29 |
Mike Bayer | oops, one more |
commit | commitdiff | tree | snapshot |
| 2012-08-29 |
Mike Bayer | - skip this on oracle |
commit | commitdiff | tree | snapshot |
| 2012-08-29 |
Mike Bayer | fixes to prevent the new MyISAM engine from breaking... |
commit | commitdiff | tree | snapshot |
| 2012-08-29 |
Michael Elsdörfer | Add items(), values() methods to Properties. |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Mike Bayer | fix some warnings |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Mike Bayer | merge |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Mike Bayer | force MyISAM in here as newer MySQLs set to innodb... |
commit | commitdiff | tree | snapshot |
| 2012-08-28 |
Mike Bayer | adjust this test which passes on some psycopg2s, fails... |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Mike Bayer | - [feature] Reworked the startswith(), endswith(), |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Mike Bayer | call this "_proxies" since it's not really a public... |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Mike Bayer | - [feature] declared_attr can now be used with |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Mike Bayer | - [feature] Conflicts between columns on |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Mike Bayer | - [feature] The "required" flag is set to |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Mike Bayer | hybrids: illustrate correlated subquery |
commit | commitdiff | tree | snapshot |
| 2012-08-27 |
Paul Butler | removed outdated reference to TINYINT(1) => BOOLEAN... |
commit | commitdiff | tree | snapshot |
| 2012-08-26 |
Mike Bayer | - add "identifier", can differentiate between "name... |
commit | commitdiff | tree | snapshot |
| 2012-08-26 |
Mike Bayer | - tweak the GenericFunction constructor more so that... |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | - refine oracle returning some more to use purely... |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | - merge |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | - more oracle tweaks for returning; the method here... |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | oracle fixes... |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | - fix for pypy |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | fix 2.5 ism |
commit | commitdiff | tree | snapshot |
| 2012-08-25 |
Mike Bayer | a few oracle fixes |
commit | commitdiff | tree | snapshot |
| 2012-08-24 |
Mike Bayer | - [feature] Added support for .info dictionary argument to |
commit | commitdiff | tree | snapshot |
| 2012-08-24 |
Mike Bayer | future for with statement |
commit | commitdiff | tree | snapshot |
| 2012-08-24 |
Mike Bayer | - correct the argument signature for GenericFunction... |
commit | commitdiff | tree | snapshot |
| next |