| 2018-02-08 |
Mike Bayer | Add flag for class-level disallow of events, apply... |
commit | commitdiff | tree | snapshot |
| 2018-02-05 |
Mike Bayer | Convert dialect modules to relative imports and test |
commit | commitdiff | tree | snapshot |
| 2018-02-02 |
Mike Bayer | - ensure it's clear that all DDLEvents can be associated |
commit | commitdiff | tree | snapshot |
| 2018-02-02 |
Mike Bayer | Look for __sa_reconstructor__ on original_init |
commit | commitdiff | tree | snapshot |
| 2018-01-31 |
Mike Bayer | - don't scare off developers with the word "advanced... |
commit | commitdiff | tree | snapshot |
| 2018-01-30 |
mike bayer | Merge "Disable set eq test for python < 2.7.8" |
commit | commitdiff | tree | snapshot |
| 2018-01-30 |
Mike Bayer | Disable set eq test for python < 2.7.8 |
commit | commitdiff | tree | snapshot |
| 2018-01-30 |
Mike Bayer | Ensure _BundleEntity provides .mapper |
commit | commitdiff | tree | snapshot |
| 2018-01-27 |
robin | Raise the sqlite3 import error, not the pysqlite2 one |
commit | commitdiff | tree | snapshot |
| 2018-01-25 |
Mike Bayer | Add a new FAQ section explaining how to ensure parenthesis |
commit | commitdiff | tree | snapshot |
| 2018-01-25 |
Mike Bayer | Further refine map_column verbiage |
commit | commitdiff | tree | snapshot |
| 2018-01-25 |
Mike Bayer | Version 1.2.3 placeholder |
commit | commitdiff | tree | snapshot |
| 2018-01-25 |
Mike Bayer | - 1.2.2 rel_1_2_2 |
commit | commitdiff | tree | snapshot |
| 2018-01-25 |
Mike Bayer | Ensure backrefs accommodate for op_bulk_replace |
commit | commitdiff | tree | snapshot |
| 2018-01-24 |
mike bayer | Merge "Adjust tests for pyodbc 4.0.22" |
commit | commitdiff | tree | snapshot |
| 2018-01-24 |
Mike Bayer | Adjust tests for pyodbc 4.0.22 |
commit | commitdiff | tree | snapshot |
| 2018-01-24 |
Mike Bayer | Rework synonym, synonym_for documentation |
commit | commitdiff | tree | snapshot |
| 2018-01-19 |
mike bayer | Merge "Add a few more MySQL 8.0 reserved words" |
commit | commitdiff | tree | snapshot |
| 2018-01-19 |
Riccardo Magliocchetti | Add a few more MySQL 8.0 reserved words |
commit | commitdiff | tree | snapshot |
| 2018-01-17 |
mike bayer | Merge "Normalize check constraints even more radically" |
commit | commitdiff | tree | snapshot |
| 2018-01-17 |
Florian Apolloner | Normalize check constraints even more radically |
commit | commitdiff | tree | snapshot |
| 2018-01-17 |
mike bayer | Merge "Use NCHAR + setinputsizes() for all NVARCHAR2" |
commit | commitdiff | tree | snapshot |
| 2018-01-17 |
Mike Bayer | Use NCHAR + setinputsizes() for all NVARCHAR2 |
commit | commitdiff | tree | snapshot |
| 2018-01-16 |
Mike Bayer | Add 10054 to ODBC / SQL Server disconnect codes |
commit | commitdiff | tree | snapshot |
| 2018-01-15 |
Mike Bayer | Version 1.2.2 placeholder |
commit | commitdiff | tree | snapshot |
| 2018-01-15 |
Mike Bayer | - 1.2.1 rel_1_2_1 |
commit | commitdiff | tree | snapshot |
| 2018-01-15 |
Mike Bayer | - add missing 2018 update to conf.py |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
mike bayer | Merge "Make column-level collation quoting dialect... |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
Mike Bayer | happy new year |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
mike bayer | Merge "Limit select in loading for correct types" |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
mike bayer | Merge "Turn on testing for JSON under Mariadb 10.2... |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
mike bayer | Merge "`ValuesBase.values` inconsistency fix" |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
Mike Bayer | Make column-level collation quoting dialect-specific |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
mike bayer | Merge "Set up of_type variable for legacy loader option... |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
Mike Bayer | Limit select in loading for correct types |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
mike bayer | Merge "Re-enable setinputsizes for Oracle TIMESTAMP" |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
Aubrey Stark... | `ValuesBase.values` inconsistency fix |
commit | commitdiff | tree | snapshot |
| 2018-01-12 |
Mike Bayer | Turn on testing for JSON under Mariadb 10.2.7 and greater |
commit | commitdiff | tree | snapshot |
| 2018-01-10 |
Mike Bayer | Set up of_type variable for legacy loader option deseri... |
commit | commitdiff | tree | snapshot |
| 2018-01-10 |
Mike Bayer | Disable the singletonthreadpool test cleanup no gc |
commit | commitdiff | tree | snapshot |
| 2018-01-08 |
Mike Bayer | Re-enable setinputsizes for Oracle TIMESTAMP |
commit | commitdiff | tree | snapshot |
| 2018-01-05 |
Mike Bayer | turn off pytest's latest plugin we didn't ask for,... |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
Mike Bayer | Don't try to iterate chopped path if it's None |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
mike bayer | Merge "Check for object was expunged before restoring... |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
mike bayer | Merge "Add rule to prevent "GROUP BY <expr>" in tests" |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
mike bayer | Merge "Remove cx_oracle test rule from requirements" |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
Mike Bayer | Check for object was expunged before restoring after... |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
Mike Bayer | Add rule to prevent "GROUP BY <expr>" in tests |
commit | commitdiff | tree | snapshot |
| 2018-01-04 |
Mike Bayer | Remove cx_oracle test rule from requirements |
commit | commitdiff | tree | snapshot |
| 2018-01-03 |
mike bayer | Merge "added missing , (comma) in dialects/oracle/__init__" |
commit | commitdiff | tree | snapshot |
| 2018-01-02 |
Mike Bayer | Check for the endmost target when chaining contains() |
commit | commitdiff | tree | snapshot |
| 2018-01-02 |
Miroslav Shubernetskiy | added missing , (comma) in dialects/oracle/__init__ |
commit | commitdiff | tree | snapshot |
| 2017-12-29 |
Mike Bayer | - Add notfound page |
commit | commitdiff | tree | snapshot |
| 2017-12-27 |
Mike Bayer | Version 1.2.1 placeholder |
commit | commitdiff | tree | snapshot |
| 2017-12-27 |
Mike Bayer | - 1.2.0 rel_1_2_0 |
commit | commitdiff | tree | snapshot |
| 2017-12-27 |
mike bayer | Merge "Implement an error lookup" |
commit | commitdiff | tree | snapshot |
| 2017-12-27 |
Mike Bayer | Implement an error lookup |
commit | commitdiff | tree | snapshot |
| 2017-12-26 |
Mike Bayer | - call this 1.2.0 |
commit | commitdiff | tree | snapshot |
| 2017-12-26 |
Mike Bayer | - move this migration note to the correct section |
commit | commitdiff | tree | snapshot |
| 2017-12-26 |
Mike Bayer | - formatting fix |
commit | commitdiff | tree | snapshot |
| 2017-12-26 |
mike bayer | Merge "Add an identity_token to the identity key" |
commit | commitdiff | tree | snapshot |
| 2017-12-26 |
Mike Bayer | - put error messages into the TOC so they get a sidebar |
commit | commitdiff | tree | snapshot |
| 2017-12-22 |
Mike Bayer | Add new errors section |
commit | commitdiff | tree | snapshot |
| 2017-12-22 |
Mike Bayer | Add an identity_token to the identity key |
commit | commitdiff | tree | snapshot |
| 2017-12-18 |
mike bayer | Merge "Add TRUNCATE to postgres autocommit regexp" |
commit | commitdiff | tree | snapshot |
| 2017-12-18 |
Jacob Hayes | Add TRUNCATE to postgres autocommit regexp |
commit | commitdiff | tree | snapshot |
| 2017-12-17 |
Mike Bayer | Open up all cx_Oracle numeric tests, finish infinity... |
commit | commitdiff | tree | snapshot |
| 2017-12-15 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/403' |
commit | commitdiff | tree | snapshot |
| 2017-12-15 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/399' |
commit | commitdiff | tree | snapshot |
| 2017-12-14 |
Mike Bayer | Fully copy index expressions |
commit | commitdiff | tree | snapshot |
| 2017-12-07 |
mike bayer | Merge "Change visit name for ColumnElement" |
commit | commitdiff | tree | snapshot |
| 2017-12-07 |
mike bayer | Merge "Disable eager loads for exists()" |
commit | commitdiff | tree | snapshot |
| 2017-12-06 |
Mike Bayer | Disable eager loads for exists() |
commit | commitdiff | tree | snapshot |
| 2017-12-06 |
Mike Bayer | Change visit name for ColumnElement |
commit | commitdiff | tree | snapshot |
| 2017-12-06 |
mike bayer | Merge "Allow delete where clause to refer multiple... |
commit | commitdiff | tree | snapshot |
| 2017-12-05 |
mike bayer | Merge "Propagate attachment events for ARRAY" |
commit | commitdiff | tree | snapshot |
| 2017-12-05 |
inytar | Allow delete where clause to refer multiple tables. |
commit | commitdiff | tree | snapshot |
| 2017-12-04 |
Mike Bayer | Add missing changelog note for #4109 |
commit | commitdiff | tree | snapshot |
| 2017-12-04 |
mike bayer | Merge "Intercept contains_eager() with of_type, set... |
commit | commitdiff | tree | snapshot |
| 2017-12-04 |
Mike Bayer | Intercept contains_eager() with of_type, set aliased... |
commit | commitdiff | tree | snapshot |
| 2017-12-04 |
Mike Bayer | Propagate attachment events for ARRAY |
commit | commitdiff | tree | snapshot |
| 2017-12-04 |
Mike Bayer | Allow url.password to be an object |
commit | commitdiff | tree | snapshot |
| 2017-12-01 |
Mike Bayer | Fix regexp for expanding IN |
commit | commitdiff | tree | snapshot |
| 2017-12-01 |
Mike Bayer | Merge remote-tracking branch 'origin/pr/401' |
commit | commitdiff | tree | snapshot |
| 2017-11-22 |
Martijn Pieters | Allow for the database to produce a UUID instance |
commit | commitdiff | tree | snapshot |
| 2017-11-17 |
mike bayer | Merge "add nullsfirst() / nullslast() to top-level... |
commit | commitdiff | tree | snapshot |
| 2017-11-16 |
mike bayer | Merge "Add postgresql.MONEY" |
commit | commitdiff | tree | snapshot |
| 2017-11-16 |
Lele Gaifax | add nullsfirst() / nullslast() to top-level imports |
commit | commitdiff | tree | snapshot |
| 2017-11-16 |
Cleber J Santos | Add postgresql.MONEY |
commit | commitdiff | tree | snapshot |
| 2017-11-15 |
Jeff Widman | Add license to Wheel metadata |
commit | commitdiff | tree | snapshot |
| 2017-11-15 |
Randy Barlow | Fix a typo in basic_relationships.rst. |
commit | commitdiff | tree | snapshot |
| 2017-11-13 |
mike bayer | Merge "Add baked.Result.with_post_criteria method" |
commit | commitdiff | tree | snapshot |
| 2017-11-13 |
Mike Bayer | Propagate kwargs for mysql concat, match |
commit | commitdiff | tree | snapshot |
| 2017-11-12 |
Mike Bayer | Add baked.Result.with_post_criteria method |
commit | commitdiff | tree | snapshot |
| 2017-11-09 |
Mike Bayer | - fix loop logic that was leaving out 10K items from |
commit | commitdiff | tree | snapshot |
| 2017-11-09 |
Jacob Hayes | Fix import in Inspector.reflecttable doc |
commit | commitdiff | tree | snapshot |
| 2017-11-03 |
Mike Bayer | - add new FAQ section re: MySQL failure modes |
commit | commitdiff | tree | snapshot |
| 2017-11-03 |
Mike Bayer | Version 1.1.16 placeholder |
commit | commitdiff | tree | snapshot |
| 2017-11-03 |
Mike Bayer | - 1.1.15 |
commit | commitdiff | tree | snapshot |
| 2017-11-03 |
Mike Bayer | Fix as many RST parse warnings as possible. |
commit | commitdiff | tree | snapshot |
| next |