summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PEP8 tidy of test/sql/test_types.pypr/99Tony Locke2014-06-231-221/+256
* pg8000 passing test/sql/test_types.pyTony Locke2014-06-231-13/+11
* 0.9.5 released dateMike Bayer2014-06-231-0/+1
* fix changelogMike Bayer2014-06-231-0/+2
* - use new Or() directive to test for both SQL variants here, which can varyMike Bayer2014-06-211-7/+16
* - fix test failuresMike Bayer2014-06-212-5/+5
* - Additional checks have been added for the case where an inheritingMike Bayer2014-06-2012-76/+218
* additional version notesMike Bayer2014-06-201-5/+5
* add missing version markersMike Bayer2014-06-201-0/+4
* - The :paramref:`.Column.nullable` flag is implicitly set to ``False``Mike Bayer2014-06-203-0/+31
* - Added a new type :class:`.postgresql.OID` to the Postgresql dialect.Mike Bayer2014-06-205-3/+41
* - Fixed bug where column names added to ``mysql_length`` parameterMike Bayer2014-06-183-3/+51
* - Modified the behavior of :func:`.orm.load_only` such that primary keyMike Bayer2014-06-124-8/+66
* - changelogMike Bayer2014-06-081-0/+7
* Merged in univerio/sqlalchemy/materialized_paths (pull request #21) Mike Bayer2014-06-083-0/+136
|\
| * Materialized paths example.Jack Zhou2014-06-073-0/+136
* | Update compiler.pyBY-jk2014-06-081-1/+2
* | changelogMike Bayer2014-06-081-0/+8
* | Merge branch 'master' of https://github.com/BY-jk/sqlalchemyMike Bayer2014-06-081-1/+1
|\ \ | |/ |/|
| * Wrong type usagepr/95BY-jk2014-05-301-1/+1
* | once kwarg in event funcs is new in 0.9.4Justin Wood (Callek)2014-06-051-2/+2
* | - fix this test for MySQL, needs InnoDBMike Bayer2014-05-301-3/+7
* | - remove drizzle dialectMike Bayer2014-05-3011-812/+155
* | - vastly improve the "safe close cursor" tests in test_reconnectMike Bayer2014-05-304-17/+74
* | - The ``__mapper_args__`` dictionary is copied from a declarativeMike Bayer2014-05-303-1/+44
* | fix typoMike Bayer2014-05-301-3/+3
* | Merged in chrisw/sqlalchemy/more_range_docs (pull request #20) Mike Bayer2014-05-302-1/+31
|\ \
| * | more docs for using psycopg2 range types, specifically instantiating models w...Chris Withers2014-05-252-1/+31
* | | - changelog + docs for pg8000 transaction isolation levelMike Bayer2014-05-304-2/+47
* | | Merge branch 'master' of https://github.com/tlocke/sqlalchemy into tlocke-masterMike Bayer2014-05-304-89/+98
|\ \ \
| * | | PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pypr/88Tony Locke2014-05-222-64/+51
| * | | Autocommit isolation level for postgresql+pg8000Tony Locke2014-05-222-7/+37
| * | | Updated doc string for postgresql+pg8000 dialectTony Locke2014-05-211-10/+8
| * | | Add postgresql+pg8000 to floats_to_four_decimalsTony Locke2014-05-211-2/+5
| * | | pg8000 now passes test_extract() testTony Locke2014-05-211-1/+0
| * | | Two tests now work for pg800 in EnumTestTony Locke2014-05-211-6/+0
| * | | pg8000 no longer truncates decimalsTony Locke2014-05-211-2/+0
| * | | pg8000.dbapi is now just pg8000Tony Locke2014-05-211-1/+1
* | | | update commentsMike Bayer2014-05-301-4/+6
* | | | - The psycopg2 ``.closed`` accessor is now consulted when determiningMike Bayer2014-05-301-0/+13
* | | | Merge branch 'psycopg_disconnect' of https://github.com/dirkmueller/sqlalchemyMike Bayer2014-05-301-1/+5
|\ \ \ \
| * | | | Another Variant for detecting if a connection is closedpr/87Dirk Mueller2014-05-111-1/+5
| | |_|/ | |/| |
* | | | Merge branch 'master' into rel_1_0Mike Bayer2014-05-301-1/+1
|\ \ \ \
| * | | | revert this, not sure why that changedMike Bayer2014-05-301-1/+1
* | | | | Merge branch 'master' into rel_1_0Mike Bayer2014-05-308-38/+57
|\ \ \ \ \ | |/ / / /
| * | | | - Related to :ticket:`3060`, an adjustment has been made to the unitMike Bayer2014-05-308-38/+57
* | | | | Merge branch 'master' into rel_1_0Mike Bayer2014-05-302-10/+38
|\ \ \ \ \ | |/ / / /
| * | | | - add a new assertsql construct "Or", so that we can test for a UOW flushMike Bayer2014-05-302-10/+38
* | | | | Merge branch 'master' into rel_1_0Mike Bayer2014-05-291-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | add ticketMike Bayer2014-05-291-0/+2