summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* - repair get_foreign_table_names() for PGInsp/dialect levelpr128Mike Bayer2014-09-171-3/+22
* - the actual round trip requires password authent set up for the user;Mike Bayer2014-09-171-25/+7
* - break out and fix tests for materialized view and foreign tables. foreign ...Mike Bayer2014-09-161-72/+86
* Merge remote-tracking branch 'origin/pr/128' into pr128Mike Bayer2014-09-162-1/+109
|\
| * Added documentation. Changed my mind - added get_foreign_table_names() only t...pr/128Rodrigo Menezes2014-09-051-0/+6
| * Fixing some pep8s and adding get_foreign_tables.Rodrigo Menezes2014-09-032-7/+12
| * Merge branch 'master' of https://github.com/zzzeek/sqlalchemy into feature/po...Rodrigo Menezes2014-08-2621-1331/+1504
| |\
| * | Removed all mentions to postgresql_relkindRodrigo Menezes2014-08-261-22/+11
| * | Merge branch 'master' of https://github.com/rclmenezes/sqlalchemyRodrigo Menezes2014-08-144-1/+152
| |\ \
| * | | Added support for postgres_relkind.Rodrigo Menezes2014-08-142-1/+109
* | | | - use compat.u for python3.2, fixes #3198Mike Bayer2014-09-151-2/+2
* | | | - remove some crufty old testing optionsMike Bayer2014-09-141-3/+17
* | | | - Fixed warning that would emit when a complex self-referentialMike Bayer2014-09-111-0/+20
* | | | - Fixed bug in ordering list where the order of items would beMike Bayer2014-09-102-0/+39
* | | | - rework the previous "order by" system in terms of the new one,Mike Bayer2014-09-082-2/+39
* | | | - Added new event handlers :meth:`.AttributeEvents.init_collection`Mike Bayer2014-09-071-0/+40
* | | | - rework ColumnAdapter and ORMAdapter to only provide the featuresticket_3148Mike Bayer2014-09-073-15/+444
* | | | - enhance ClauseAdapter / ColumnAdapter to have new behaviors with labels.Mike Bayer2014-09-072-5/+85
* | | | wip for #3148Mike Bayer2014-09-063-3/+142
* | | | - MySQL boolean symbols "true", "false" work again. 0.9's changeMike Bayer2014-09-051-1/+22
* | | | - delete the file first here so this is deterministicMike Bayer2014-09-051-0/+3
* | | | - tiny refactors #1-#5Mike Bayer2014-09-051-2/+45
* | | | - ensure literal_binds works with LIMIT clause, FOR UPDATEMike Bayer2014-09-031-1/+1
* | | | - The hostname-based connection format for SQL Server when usingMike Bayer2014-09-031-6/+20
* | | | - default dialect, plus test against the default dialect...Mike Bayer2014-09-021-1/+1
* | | | - An adjustment to table/index reflection such that if an indexMike Bayer2014-09-021-0/+20
* | | | default dialectMike Bayer2014-09-021-0/+2
* | | | - add logic to compiler such that if stack is empty, we justMike Bayer2014-09-022-1/+44
* | | | - The :func:`~.expression.column` and :func:`~.expression.table`Mike Bayer2014-09-0117-141/+404
* | | | - optional 'b' here for py3kMike Bayer2014-08-311-1/+1
* | | | - these tests were squashing deprecation warnings all along...Mike Bayer2014-08-311-5/+8
* | | | - A new style of warning can be emitted which will "filter" up toMike Bayer2014-08-313-2/+18
* | | | - updated callcountsMike Bayer2014-08-311-4/+4
* | | | - alter the yield_per eager restriction such that joined many-to-one loadsMike Bayer2014-08-301-6/+62
* | | | - continue moving things out that don't need to be thereMike Bayer2014-08-301-0/+14
* | | | - clean up zoomark a little and try to get new profiles writtenMike Bayer2014-08-303-9/+11
* | | | - bump callcounts downMike Bayer2014-08-291-5/+105
* | | | - use default dialect for compile test hereMike Bayer2014-08-291-1/+2
* | | | - defaultdict benchmarks faster than a namedtuple; OKMike Bayer2014-08-291-1/+5
* | | | - re-establish and test some behavior from previous versions, thatMike Bayer2014-08-291-0/+44
* | | | - The :class:`.Query` will raise an exception when :meth:`.Query.yield_per`Mike Bayer2014-08-291-1/+35
* | | | - Changed the approach by which the "single inheritance criterion"Mike Bayer2014-08-291-3/+16
* | | | - dropping callcountsMike Bayer2014-08-291-6/+98
* | | | - major refactoring/inlining to loader.instances(), though not reallyMike Bayer2014-08-282-84/+19
* | | | - Made a small adjustment to the mechanics of lazy loading,Mike Bayer2014-08-281-1/+79
* | | | - flake8Mike Bayer2014-08-281-212/+298
* | | | - A new implementation for :class:`.KeyedTuple` used by theMike Bayer2014-08-281-25/+39
* | | | - The behavior of :paramref:`.joinedload.innerjoin` as well asMike Bayer2014-08-261-31/+26
* | | | - hard-won pep8 formatting of one of the giants...Mike Bayer2014-08-261-1013/+1476
| |_|/ |/| |
* | | Merge branch 'mutable-dict-update' of https://bitbucket.org/goodscloud/sqlalc...Mike Bayer2014-08-251-0/+12
|\ \ \