]> git.saurik.com Git - cyql.git/log
cyql.git
13 years agoAdd support for hstore bridge adapter.
Jay Freeman (saurik) [Wed, 23 Nov 2011 03:10:18 +0000 (03:10 +0000)] 
Add support for hstore bridge adapter.

13 years agoI seriously have to register_type(UNICODEARRAY)? :(
Jay Freeman (saurik) [Wed, 31 Aug 2011 08:06:21 +0000 (08:06 +0000)] 
I seriously have to register_type(UNICODEARRAY)? :(

13 years agoAdd context argument to sql.one().
Jay Freeman (saurik) [Sat, 19 Mar 2011 02:13:53 +0000 (02:13 +0000)] 
Add context argument to sql.one().

13 years agoUse s formatting flag for %{} and assert it for %()s.
Jay Freeman (saurik) [Sat, 5 Feb 2011 21:24:27 +0000 (21:24 +0000)] 
Use s formatting flag for %{} and assert it for %()s.

13 years agoAdd custom context support back.
Jay Freeman (saurik) [Sat, 5 Feb 2011 21:21:04 +0000 (21:21 +0000)] 
Add custom context support back.

13 years agoNew SQL expression formatting.
Jay Freeman (saurik) [Sat, 5 Feb 2011 21:10:37 +0000 (21:10 +0000)] 
New SQL expression formatting.

13 years agoUse as much new syntax as possible.
Jay Freeman (saurik) [Wed, 2 Feb 2011 11:03:32 +0000 (11:03 +0000)] 
Use as much new syntax as possible.

13 years agoRemove cyql.one(), using structuring assignment instead.
Jay Freeman (saurik) [Wed, 2 Feb 2011 10:41:45 +0000 (10:41 +0000)] 
Remove cyql.one(), using structuring assignment instead.

13 years agoRename cyql.connect() to overtake connect() and make it support with.
Jay Freeman (saurik) [Wed, 2 Feb 2011 10:40:59 +0000 (10:40 +0000)] 
Rename cyql.connect() to overtake connect() and make it support with.

13 years agoNew kw-based @cyql.connected().
Jay Freeman (saurik) [Fri, 21 Jan 2011 19:29:17 +0000 (19:29 +0000)] 
New kw-based @cyql.connected().

13 years agoSupport arguments to cyql.transact().
Jay Freeman (saurik) [Wed, 19 Jan 2011 16:14:33 +0000 (16:14 +0000)] 
Support arguments to cyql.transact().

13 years agoThis interface is actually getting closer to what I want.
Jay Freeman (saurik) [Sat, 15 Jan 2011 09:28:36 +0000 (09:28 +0000)] 
This interface is actually getting closer to what I want.

13 years agoReplace pull/push with new __call__/set/all/one features.
Jay Freeman (saurik) [Thu, 13 Jan 2011 06:03:34 +0000 (06:03 +0000)] 
Replace pull/push with new __call__/set/all/one features.

13 years agoGeneralize context as argument to execute().
Jay Freeman (saurik) [Thu, 13 Jan 2011 06:03:13 +0000 (06:03 +0000)] 
Generalize context as argument to execute().

13 years agoAdd execute_() and push_() that take a manual locals.
Jay Freeman (saurik) [Tue, 11 Jan 2011 02:27:20 +0000 (02:27 +0000)] 
Add execute_() and push_() that take a manual locals.

14 years agoHandle exists() with format arguments.
Jay Freeman (saurik) [Tue, 12 Oct 2010 08:06:04 +0000 (08:06 +0000)] 
Handle exists() with format arguments.

14 years agoForgot a critical self.
Jay Freeman (saurik) [Tue, 10 Aug 2010 18:01:29 +0000 (18:01 +0000)] 
Forgot a critical self.

14 years agoAdd exists(), refactoring yank() to take an argument for offset (required as a utility).
Jay Freeman (saurik) [Fri, 30 Jul 2010 07:21:07 +0000 (07:21 +0000)] 
Add exists(), refactoring yank() to take an argument for offset (required as a utility).

14 years agoExplicit inspect.currentframe() cycle break.
Jay Freeman (saurik) [Wed, 30 Jun 2010 01:41:14 +0000 (01:41 +0000)] 
Explicit inspect.currentframe() cycle break.

14 years agoAdd @cyql.connected() decorator to make functions that operate with database connecti...
Jay Freeman (saurik) [Wed, 12 May 2010 12:53:22 +0000 (12:53 +0000)] 
Add @cyql.connected() decorator to make functions that operate with database connections simpler to deploy.

14 years agoAdd global cyq.transact() helper to make single transaction connections simpler.
Jay Freeman (saurik) [Wed, 12 May 2010 12:52:31 +0000 (12:52 +0000)] 
Add global cyq.transact() helper to make single transaction connections simpler.

14 years agoAdjusted inspect.currentframe() to account for @contextmanager.
Jay Freeman (saurik) [Wed, 12 May 2010 12:51:33 +0000 (12:51 +0000)] 
Adjusted inspect.currentframe() to account for @contextmanager.

14 years agoMove back to Python 2.6 and fix up all of the naming.
Jay Freeman (saurik) [Wed, 12 May 2010 12:16:36 +0000 (12:16 +0000)] 
Move back to Python 2.6 and fix up all of the naming.

14 years agoRecovered the initial version from Scroud.
Jay Freeman (saurik) [Tue, 11 May 2010 11:39:02 +0000 (11:39 +0000)] 
Recovered the initial version from Scroud.