| 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 |
É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 |
| 2012-08-23 |
Mike Bayer | small tweaks to make insert() behavior more consistent... |
commit | commitdiff | tree | snapshot |
| 2012-08-23 |
Mike Bayer | - [feature] The before_cursor_execute event |
commit | commitdiff | tree | snapshot |
| 2012-08-22 |
Mike Bayer | - [bug] Fixed bug whereby usage of a UNION |
commit | commitdiff | tree | snapshot |
| 2012-08-22 |
Mike Bayer | - [bug] Fixed cextension bug whereby the |
commit | commitdiff | tree | snapshot |
| 2012-08-22 |
Mike Bayer | this is already in an automodule... |
commit | commitdiff | tree | snapshot |
| 2012-08-22 |
Mike Bayer | - [feature] Enhanced GenericFunction and func.* |
commit | commitdiff | tree | snapshot |
| 2012-08-22 |
Mike Bayer | fixes for pg9 |
commit | commitdiff | tree | snapshot |
| 2012-08-20 |
Mike Bayer | - MySQL's update does work. add some logic to compiler... |
commit | commitdiff | tree | snapshot |
| 2012-08-20 |
Mike Bayer | - [feature] The Query.update() method is now |
commit | commitdiff | tree | snapshot |
| 2012-08-20 |
Mike Bayer | - [feature] The Core oeprator system now includes |
commit | commitdiff | tree | snapshot |
| 2012-08-20 |
Mike Bayer | - [bug] Fixes to the interpretation of the |
commit | commitdiff | tree | snapshot |
| 2012-08-20 |
Mike Bayer | - expand out all the methods on insert/update/delete... |
commit | commitdiff | tree | snapshot |
| 2012-08-20 |
Mike Bayer | - [feature] The prefix_with() method is now available |
commit | commitdiff | tree | snapshot |
| 2012-08-19 |
Mike Bayer | - [bug] Lazy loads emitted within flush events |
commit | commitdiff | tree | snapshot |
| 2012-08-18 |
Mike Bayer | tighten this up |
commit | commitdiff | tree | snapshot |
| 2012-08-18 |
Mike Bayer | versionadded |
commit | commitdiff | tree | snapshot |
| 2012-08-18 |
Mike Bayer | - aaaaand fix one more glitch I just thought of |
commit | commitdiff | tree | snapshot |
| 2012-08-18 |
Mike Bayer | - fix the labeled column with column_expression() issue... |
commit | commitdiff | tree | snapshot |
| 2012-08-17 |
Mike Bayer | add a note |
commit | commitdiff | tree | snapshot |
| 2012-08-17 |
Mike Bayer | - really start making postgis example slick. |
commit | commitdiff | tree | snapshot |
| 2012-08-17 |
Mike Bayer | - [feature] To complement [ticket:2547], types |
commit | commitdiff | tree | snapshot |
| 2012-08-17 |
Mike Bayer | - modernize most of the postgis example. would like... |
commit | commitdiff | tree | snapshot |
| 2012-08-17 |
Mike Bayer | update the postgis example to actually work, using... |
commit | commitdiff | tree | snapshot |
| 2012-08-16 |
Mike Bayer | _adapt_expression() moves fully to _DefaultColumnCompar... |
commit | commitdiff | tree | snapshot |
| 2012-08-16 |
Mike Bayer | -we move all the invocation of "_adapt_expression"... |
commit | commitdiff | tree | snapshot |
| 2012-08-16 |
Mike Bayer | - we're going to attempt to get the type/operator syste... |
commit | commitdiff | tree | snapshot |
| 2012-08-16 |
Mike Bayer | docs for custom ops... |
commit | commitdiff | tree | snapshot |
| 2012-08-16 |
Mike Bayer | add a note, no autoflush with execute, [ticket:2550] |
commit | commitdiff | tree | snapshot |
| 2012-08-15 |
Mike Bayer | remove duped test |
commit | commitdiff | tree | snapshot |
| 2012-08-15 |
Mike Bayer | - [bug] Declarative can now propagate a column |
commit | commitdiff | tree | snapshot |
| 2012-08-15 |
Mike Bayer | things should work fine without this |
commit | commitdiff | tree | snapshot |
| 2012-08-15 |
Mike Bayer | - also, this seems like a bug in any case. |
commit | commitdiff | tree | snapshot |
| 2012-08-15 |
Mike Bayer | changelog |
commit | commitdiff | tree | snapshot |
| 2012-08-15 |
David McNelis | Updated mysqlconnector to support client flags and... |
commit | commitdiff | tree | snapshot |
| next |