]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/shortlog
thirdparty/sqlalchemy/sqlalchemy.git
2010-04-15  Mike Bayer- Added get_pk_constraint() to reflection.Inspector...
2010-04-15  Mike Bayermore test adjustments
2010-04-15  Mike Bayeractually we need to copy the dict there since it gets...
2010-04-15  Mike Bayeradjust incoming params to add keys that are specific...
2010-04-15  Mike Bayer- beef up the --reversetop test option to embed RandomS...
2010-04-14  Mike Bayerdont use collections on 2.4
2010-04-14  Mike Bayer0.6.0 prep
2010-04-14  Mike Bayermerge tip
2010-04-14  Mike Bayerupdate language regarding the behavior of expire/refres...
2010-04-13  Mike Bayermerge tip
2010-04-13  Chris Withersmerge tip
2010-04-13  Chris Withersdocs for new mixin class control abilities
2010-04-13  Chris Withersadd another edge case example
2010-04-13  Chris Witherswire in utility docs
2010-04-13  Chris Withersadd utility docs
2010-04-13  Chris Withersstop Sphinx whining about this file, I believe it's...
2010-04-13  Chris Withershelper method for spotting inherited tables
2010-04-13  Chris WithersI think I'm about to have a When Harry Met Sally moment
2010-04-13  Chris Withersclose, but still no cigar
2010-04-13  Chris Witherscorrect ordering
2010-04-13  Chris Withersremove tortology
2010-04-13  Mike Bayermerge tip
2010-04-13  Mike Bayerfurther testing reveals that cursor.rowcount is only...
2010-04-12  Chris Withersbeef up test cases to reveal that I'm not as close...
2010-04-12  Chris Withershandle propagation
2010-04-12  Chris Witherscorrect this test case
2010-04-12  Chris Withersrefactor to highlight the problem areas
2010-04-12  Mike Bayermuch more descriptive message for bind param name confl...
2010-04-12  Chris Withersmerge
2010-04-11  Mike Bayer- The functionality of result.rowcount is now disabled
2010-04-11  Mike Bayer- added a test for the solution in [ticket:1757].
2010-04-11  Gaëtan de Mentenmerge branch
2010-04-11  Gaëtan de Menten- engines
2010-04-11  Mike Bayermove factory function to classmethod
2010-04-11  Mike Bayermerge trunk
2010-04-11  Mike Bayer- somejoin.select(fold_equivalents=True) is no longer
2010-04-11  Mike Bayercheck_reverse was failing a not well covered m2m case.
2010-04-10  Mike Bayermerge default
2010-04-10  Mike Bayer- starting to groom the branch for its inclusion
2010-04-09  Mike Bayercomment
2010-04-09  Mike Bayerattempt to reduce redundant calc of pk_switched
2010-04-09  Mike Bayerfix bug + add coverage to ensure unneeded SaveUpdateAll...
2010-04-09  Mike Bayergot DetectKeySwitch into the fold, can now greatly...
2010-04-09  Mike Bayerremoves some unneeded methods, initial DetectKeySwitch...
2010-04-09  Chris Withersimprove test case correctness
2010-04-09  Chris Withersno need for this to be a function
2010-04-09  Mike Bayerrefined system bywhich dependencyprocessor per-state...
2010-04-09  Chris Withersmerge
2010-04-09  Chris Withersmade this easier to read
2010-04-09  Chris Withersmade this easier to read
2010-04-09  Mike Bayer- fixed numeric test for pg8000, factored out decimal...
2010-04-09  Chris Witherslearn to spell
2010-04-09  Chris Withersmore testcases for propogation with mixins in declarative
2010-04-09  Chris Withersignore egg-info directories
2010-04-08  Mike Bayerstart adding tests to ensure the size of the uow
2010-04-08  Mike Bayerstarting to arrange things such that unneeded executors...
2010-04-08  Mike Bayerwe can load this sum ahead of time, and if there is...
2010-04-08  Mike Bayerduh
2010-04-08  Mike Bayer- make it exceedlingly obvious that all topological...
2010-04-08  Mike Bayerfix this test for oracle
2010-04-07  Mike Bayeradd example for changing TypeEngine compilation
2010-04-07  Mike Bayer- Repaired missing import in psycopg2._PGNumeric type...
2010-04-07  Mike Bayer- ah. oursql didn't have "extra steps" here, the previ...
2010-04-07  Mike Bayerzoomark has additional callcount drops on this side
2010-04-07  Mike Bayermerge default
2010-04-07  Mike Bayerholy callcount batman
2010-04-07  Mike Bayermerge default
2010-04-07  Mike Bayer- Added new 'compiled_cache' execution option. A dicti...
2010-04-07  Mike Bayer- Fixed bug in execution_options() feature whereby...
2010-04-07  Chris Withersugh, didn't mean to commit that :-S
2010-04-07  Chris Withersmerge in tip?
2010-04-07  Chris WithersAdd instructions to install nose adn NB that it won...
2010-04-07  Mike Bayermerge from default
2010-04-07  Mike Bayer- dict_ becomes explicit on _get_state_attr_by_column...
2010-04-06  Mike Bayer- Postgresql now reflects sequence names associated...
2010-04-06  Mike Bayer- added missing coverage for self-referential many...
2010-04-06  Mike Bayerremove mostly unneeded calls to conditional_post_update
2010-04-06  Mike Bayer- EdgeCollection can now go away
2010-04-06  Mike Bayera RandomSet implementation useful for swapping into...
2010-04-06  Mike Bayeradd batch execute to ProcessState
2010-04-06  Mike Bayermerge default
2010-04-06  Mike Bayertest another version of the mixin here
2010-04-06  Mike Bayer- Further reworked the "mixin" logic in declarative to
2010-04-06  Mike Bayer- Fixed an error in expression typing which caused...
2010-04-06  Mike Bayerremove prints
2010-04-06  Mike Bayer- cleanup, factoring, had some heisenbugs. more test...
2010-04-06  Mike Bayerall tests pass with this version
2010-04-06  Mike Bayerbeginning to get post_update working, will need more...
2010-04-05  Mike Bayerbreakthrough, wow
2010-04-05  Mike Bayerso here is kind of the idea. but it doesn't work...
2010-04-05  Mike Bayerlooks like most of the issues are because we're losing...
2010-04-05  Mike Bayer- many-to-many is up.
2010-04-05  Mike Bayerbetter assertions, the concern is that an object will...
2010-04-05  Mike Bayerthese are some assertions that would make things easier...
2010-04-05  Mike Bayer- enabled the DetectKeySwitch, and additionally added...
2010-04-05  Mike Bayerbranch merge
2010-04-05  Mike Bayerbetter yet
2010-04-05  Mike Bayerclarify intent and reduce lookups here
2010-04-04  Mike Bayer- further reduce what topological has to do, expects...
2010-04-04  Mike Bayerthis fully moves the per_state methods to work with...
next