| Commit message (Expand) | Author | Age | Files | Lines |
| * | - Fixed bug where Oracle table reflection using synonyms would fail | Mike Bayer | 2013-10-25 | 1 | -0/+29 |
| * | - move this test to PG test_reflection | Mike Bayer | 2013-10-25 | 2 | -79/+65 |
| * | - Fix and test parsing of MySQL foreign key options within reflection; | Mike Bayer | 2013-10-25 | 1 | -0/+19 |
| * | Merge branch 'master' of github.com:ijl/sqlalchemy into merge_2183 | Mike Bayer | 2013-10-25 | 1 | -0/+81 |
| |\ |
|
| | * | PostgreSQL foreign key inspection includes options | ijl | 2013-10-11 | 1 | -0/+81 |
| * | | - Removed a 128-character truncation from the reflection of the | Mike Bayer | 2013-10-18 | 1 | -0/+11 |
| * | | - The change in :ticket:`2721`, which is that the ``deferrable`` keyword | Mike Bayer | 2013-10-18 | 1 | -3/+17 |
| * | | - Added support for rendering ``SMALLSERIAL`` when a :class:`.SmallInteger` | Mike Bayer | 2013-10-15 | 1 | -7/+20 |
| * | | The MySQL :class:`.mysql.SET` type now features the same auto-quoting | Mike Bayer | 2013-10-14 | 2 | -109/+190 |
| * | | MySQL-connector dialect now allows options in the create_engine | Mike Bayer | 2013-10-13 | 1 | -5/+54 |
| * | | Parenthesis will be applied to a compound SQL expression as | Mike Bayer | 2013-10-12 | 1 | -1/+12 |
| * | | - Fixed bug in default compiler plus those of postgresql, mysql, and | Mike Bayer | 2013-10-12 | 4 | -0/+41 |
| |/ |
|
| * | - put exact version string in the test | Mike Bayer | 2013-09-29 | 1 | -3/+2 |
| * | add test for upcoming pullreq | Mike Bayer | 2013-09-29 | 1 | -1/+6 |
| * | - Removed some now unneeded version checks [ticket:2829] courtesy alex gaynor | Mike Bayer | 2013-09-22 | 1 | -2/+0 |
| * | The newly added SQLite DATETIME arguments storage_format and | Mike Bayer | 2013-07-12 | 1 | -1/+46 |
| * | for this test, apparently we don't handle sets as unordered since neither does | Mike Bayer | 2013-07-02 | 1 | -3/+9 |
| * | Added :class:`.BIGINT` to the list of type names that can be | Mike Bayer | 2013-07-02 | 1 | -1/+3 |
| * | Added new flag ``retaining=False`` to the kinterbasdb and fdb dialects. | Mike Bayer | 2013-06-30 | 1 | -0/+73 |
| * | - replace most explicitly-named test objects called "Mock..." with | Mike Bayer | 2013-06-30 | 2 | -65/+33 |
| * | set UTC timezone on the connection here so we can get consistent results | Mike Bayer | 2013-06-29 | 1 | -6/+9 |
| * | The behavior of :func:`.extract` has been simplified on the | Mike Bayer | 2013-06-28 | 2 | -56/+161 |
| * | refactor test suites for postgresql, mssql, mysql into packages. | Mike Bayer | 2013-06-28 | 21 | -7350/+7449 |
| * | Fixed bug in HSTORE type where keys/values that contained | Mike Bayer | 2013-06-28 | 1 | -0/+37 |
| * | YEAR(2) emits a warning and oursql / mysqlconnector throw an exception | Mike Bayer | 2013-06-23 | 1 | -4/+2 |
| * | Fix unicode literals on Python 3.1 and 3.2pr/10 | Roman Podolyaka | 2013-06-23 | 1 | -8/+8 |
| * | this locale is not needed. maybe it is somewhere but the locale I have ("C"... | Mike Bayer | 2013-06-22 | 1 | -13/+9 |
| * | Merge pull request #5 from cjw296/pg-ranges | mike bayer | 2013-06-22 | 1 | -1/+329 |
| |\ |
|
| | * | Implement EXCLUDE constraints for postgres. | Chris Withers | 2013-06-10 | 1 | -1/+49 |
| | * | add support for range operators listed in http://www.postgresql.org/docs/9.2/... | Chris Withers | 2013-06-10 | 1 | -1/+159 |
| | * | Basic type support for the new range types in postgres 9.2 | Chris Withers | 2013-06-10 | 1 | -1/+123 |
| * | | can remove this, issue is fixed | Mike Bayer | 2013-06-17 | 1 | -10/+1 |
| * | | - clean up this test (really we don't even need this, it's not testing much) | Mike Bayer | 2013-06-16 | 1 | -13/+20 |
| * | | Add AUTOCOMMIT isolation level support for psycopg2pr/7 | Roman Podolyaka | 2013-06-15 | 1 | -0/+10 |
| |/ |
|
| * | get nested joins to render on oracle 8 | Mike Bayer | 2013-06-08 | 1 | -0/+33 |
| * | most of these dialect=mysql.dialect() calls are redundant | Mike Bayer | 2013-06-08 | 1 | -23/+13 |
| * | Fix using of 'mysql_length' for composite indexes | Roman Podolyaka | 2013-06-08 | 1 | -0/+29 |
| * | When querying the information schema on SQL Server 2000, removed | Mike Bayer | 2013-06-06 | 1 | -2/+24 |
| * | The ``deferrable`` keyword argument on :class:`.ForeignKey` and | Mike Bayer | 2013-06-03 | 1 | -0/+13 |
| * | - repair for py3k | Mike Bayer | 2013-05-29 | 1 | -2/+2 |
| * | hstores are text, and in py3k they seem to be implcitly unicode. so | Mike Bayer | 2013-05-29 | 1 | -0/+25 |
| * | mssql test fixes | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
| * | - oracle tests passing in py3k!! | Mike Bayer | 2013-05-26 | 1 | -6/+7 |
| * | a few more oracle fixes | Mike Bayer | 2013-05-26 | 1 | -1/+2 |
| * | cleanup for oracle | Mike Bayer | 2013-05-26 | 1 | -10/+11 |
| * | - add a test specific to sqlite testing cursor.description encoding (should | Mike Bayer | 2013-05-26 | 1 | -1/+22 |
| * | postgresql tests | Mike Bayer | 2013-05-26 | 1 | -6/+6 |
| * | mysql tests | Mike Bayer | 2013-05-26 | 1 | -13/+14 |
| * | Merge branch 'master' into rel_0_9 | Mike Bayer | 2013-05-26 | 1 | -0/+1 |
| |\ |
|
| | * | Add missing import that caused test_notice_logging to fail if this suite was ... | Chris Withers | 2013-05-26 | 1 | -0/+1 |