]> git.saurik.com Git - cyql.git/shortlog
cyql.git
2016-01-17  Jay Freeman... Commit a path to access result rows via generator. master
2014-07-07  Jay Freeman... On production websites, connections are by pipes.
2014-07-07  Jay Freeman... Support poorly-designed WebCyte "maintenance mode".
2013-02-05  Jay Freeman... Actually cache the hstore OID in the cache.
2013-02-05  Jay Freeman... Cache the information about OIDs.
2012-06-04  Jay Freeman... Fix set(): it needs to skip @contextmanager.
2011-12-25  Jay Freeman... Pass-through exception instead of re-raising.
2011-11-28  Jay Freeman... Remove UNICODE override.
2011-11-28  Jay Freeman... Switch to psycopg2 autocommit syntax.
2011-11-28  Jay Freeman... Add features to support database.py.
2011-11-23  Jay Freeman... Catch the right exception class.
2011-11-23  Jay Freeman... Add back hstore.
2011-11-23  Jay Freeman... Remove hstore.
2011-11-23  Jay Freeman... Add support for hstore bridge adapter.
2011-08-31  Jay Freeman... I seriously have to register_type(UNICODEARRAY)? :(
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.