]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2014-09-17  Mike Bayerkeep this off for the moment as jenkins isn't set up...
2014-09-17  Mike Bayer- the actual round trip requires password authent set...
2014-09-16  Mike Bayer- break out and fix tests for materialized view and...
2014-09-16  Mike BayerMerge remote-tracking branch 'origin/pr/128' into pr128
2014-09-16  Mike Bayer- raise from cause here to preserve stack trace
2014-09-16  mike bayerMerge pull request #138 from BY-jk/master
2014-09-16  JanAdded EXASolution dialect to documentation
2014-09-15  Mike Bayer- cant do xargs in tox.ini as it doesnt run outside...
2014-09-15  Mike Bayer- use compat.u for python3.2, fixes #3198
2014-09-15  Mike Bayer- fix issue where nose Failure object comes into play...
2014-09-15  Mike Bayer- remove some crufty old testing options
2014-09-14  Jim HokansonUpdated documenation for engines.rst
2014-09-11  Mike Bayer- Fixed warning that would emit when a complex self...
2014-09-10  Mike Bayer- Fixed bug in ordering list where the order of items...
2014-09-09  Mike Bayer- for whatever reason, Insert.values() with multi value...
2014-09-09  Mike Bayer- add in all the method-chained methods to the paramete...
2014-09-08  Mike Bayer- rework the previous "order by" system in terms of...
2014-09-08  Mike Bayer- check for None linker...
2014-09-08  Mike Bayer- Added new event handlers :meth:`.AttributeEvents...
2014-09-07  Mike Bayer- remove some old cruft
2014-09-07  Mike Bayer- mako_layout isn't used, remove it
2014-09-07  mike bayerMerge pull request #133 from hiaselhans/doc_epub
2014-09-07  hiaselhansDocs: use the base layout when mako_layout=='epub'
2014-09-07  Mike Bayer- changelog and migration for #3188, #3148.
2014-09-07  Mike Bayer- rework ColumnAdapter and ORMAdapter to only provide...
2014-09-07  Mike Bayer- enhance ClauseAdapter / ColumnAdapter to have new...
2014-09-06  Mike Bayerwip for #3148
2014-09-06  Mike Bayer- document all the varities of _label on the base Colum...
2014-09-05  Mike Bayer- omit MySQL index flavor if its None
2014-09-05  Mike Bayer- MySQL boolean symbols "true", "false" work again...
2014-09-05  Mike Bayer- delete the file first here so this is deterministic
2014-09-05  Mike Bayer- tiny refactors #1-#5
2014-09-05  Rodrigo MenezesAdded documentation. Changed my mind - added get_foreig...
2014-09-05  Rodrigo MenezesAdded get_foreign_table_names to interface and put...
2014-09-03  Mike Bayer- ensure literal_binds works with LIMIT clause, FOR...
2014-09-03  Rodrigo MenezesFixing some pep8s and adding get_foreign_tables.
2014-09-03  Mike Bayer- The hostname-based connection format for SQL Server...
2014-09-02  Mike Bayer- default dialect, plus test against the default dialect...
2014-09-02  Mike Bayer- An adjustment to table/index reflection such that...
2014-09-02  Mike Bayerdefault dialect
2014-09-02  Mike Bayer- add logic to compiler such that if stack is empty...
2014-09-02  Mike Bayer- reorganize
2014-09-02  Mike Bayer- The :func:`~.expression.column` and :func:`~.expressi...
2014-09-01  Mike Bayer- more updates to text docs, literal_column, column...
2014-09-01  Mike Bayer- walk back these literal SQL lectures into something...
2014-08-31  Mike Bayer- improve from_statement() doc
2014-08-31  Mike Bayer- optional 'b' here for py3k
2014-08-31  Mike Bayer- refine this a bit to better check for exception type
2014-08-31  Mike Bayer- these tests were squashing deprecation warnings all...
2014-08-31  Mike Bayer- A new style of warning can be emitted which will...
2014-08-31  Mike Bayer- updated callcounts
2014-08-31  Mike Bayer- start encouraging the use of text() for injection...
2014-08-30  Mike Bayer- alter the yield_per eager restriction such that joine...
2014-08-30  Mike Bayer- continue moving things out that don't need to be...
2014-08-30  Mike Bayer- clean up zoomark a little and try to get new profiles...
2014-08-30  Mike Bayer- do the polymorphic thing as a decorator so it's out...
2014-08-29  Mike Bayer- bump callcounts down
2014-08-29  Mike Bayer- pull out populators back into separate functions...
2014-08-29  Mike Bayer- further move things vertically, at which point things...
2014-08-29  Mike Bayer- need to use safe_discard() at least in _restore_snaps...
2014-08-29  Mike Bayer- use default dialect for compile test here
2014-08-29  Mike Bayer- defaultdict benchmarks faster than a namedtuple; OK
2014-08-29  Mike Bayer- reorganize how create_row_processor() communicates...
2014-08-29  Mike Bayer- re-establish and test some behavior from previous...
2014-08-29  Mike Bayer- The :class:`.Query` will raise an exception when...
2014-08-29  Mike Bayer- we've got 25% improvement so let's talk about it
2014-08-29  Mike Bayer- add some more docs to yield_per
2014-08-29  Mike Bayer- use a faster discard when loading
2014-08-29  Mike Bayer- inline the commit of partials too
2014-08-29  Mike Bayer- Changed the approach by which the "single inheritance...
2014-08-29  Mike Bayer- dropping callcounts
2014-08-29  Mike Bayerinlines galore
2014-08-29  Mike Bayer- major refactoring/inlining to loader.instances()...
2014-08-28  Mike Bayer- Made a small adjustment to the mechanics of lazy...
2014-08-28  Mike Bayer- flake8
2014-08-28  Mike Bayer- this is small optimization, currently it's the best...
2014-08-28  Mike Bayer- A new implementation for :class:`.KeyedTuple` used...
2014-08-26  Mike Bayer- The behavior of :paramref:`.joinedload.innerjoin...
2014-08-26  Mike Bayer- hard-won pep8 formatting of one of the giants...
2014-08-26  Mike Bayer- updates to migration / changelog for 1.0
2014-08-26  Rodrigo MenezesRemoved changes that are no longer necessary for postgr...
2014-08-26  Rodrigo MenezesMerge branch 'master' of https://github.com/zzzeek...
2014-08-26  Rodrigo MenezesRemove relkind from construct arguments.
2014-08-26  Rodrigo MenezesRemoved all mentions to postgresql_relkind
2014-08-25  Mike Bayer- changelog for pr bitbucket:28
2014-08-25  Mike BayerMerge branch 'mutable-dict-update' of https://bitbucket...
2014-08-25  Mike Bayer- changelog for pr bitbucket:27
2014-08-25  Mike BayerMerge branch 'mutable-dict-coerce-fix' of https://bitbu...
2014-08-25  Mike Bayer- mention that FOUND_ROWS is hardcoded; fixes #3146
2014-08-25  Mike Bayer- The "resurrect" ORM event has been removed. This...
2014-08-23  Mike BayerMerge branch 'pr129'
2014-08-23  Mike Bayer- pep8 formatting for pg table opts feature, tests
2014-08-21  Mike BayerMerge remote-tracking branch 'origin/pr/131'
2014-08-21  mike bayerMerge pull request #130 from gthb/docfix-1
2014-08-21  Gunnlaugur... Add note on begin_nested requiring rollback/commit
2014-08-21  Gunnlaugur... Fix doc typo 'conjunection'
2014-08-21  Gunnlaugur... Fix copy-paste error in Delete doc
2014-08-21  Mike Bayer- fix link
2014-08-21  Mike Bayer- The INSERT...FROM SELECT construct now implies `...
2014-08-20  Mike Bayer- pep8
next