]> git.saurik.com Git - cyql.git/shortlog
cyql.git
2011-03-19  Jay Freeman... Add context argument to sql.one().
2011-02-05  Jay Freeman... Use s formatting flag for %{} and assert it for %()s.
2011-02-05  Jay Freeman... Add custom context support back.
2011-02-05  Jay Freeman... New SQL expression formatting.
2011-02-02  Jay Freeman... Use as much new syntax as possible.
2011-02-02  Jay Freeman... Remove cyql.one(), using structuring assignment instead.
2011-02-02  Jay Freeman... Rename cyql.connect() to overtake connect() and make...
2011-01-21  Jay Freeman... New kw-based @cyql.connected().
2011-01-19  Jay Freeman... Support arguments to cyql.transact().
2011-01-15  Jay Freeman... This interface is actually getting closer to what I...
2011-01-13  Jay Freeman... Replace pull/push with new __call__/set/all/one features.
2011-01-13  Jay Freeman... Generalize context as argument to execute().
2011-01-11  Jay Freeman... Add execute_() and push_() that take a manual locals.
2010-10-12  Jay Freeman... Handle exists() with format arguments.
2010-08-10  Jay Freeman... Forgot a critical self.
2010-07-30  Jay Freeman... Add exists(), refactoring yank() to take an argument...
2010-06-30  Jay Freeman... Explicit inspect.currentframe() cycle break.
2010-05-12  Jay Freeman... Add @cyql.connected() decorator to make functions that...
2010-05-12  Jay Freeman... Add global cyq.transact() helper to make single transac...
2010-05-12  Jay Freeman... Adjusted inspect.currentframe() to account for @context...
2010-05-12  Jay Freeman... Move back to Python 2.6 and fix up all of the naming.
2010-05-11  Jay Freeman... Recovered the initial version from Scroud.