|
|
|
@17477
|
[17477]
|
3 weeks |
sjamaan |
Implement new COPY API
|
|
|
|
@17469
|
[17469]
|
3 weeks |
sjamaan |
Implement initial version of "highlevel" COPY out API
|
|
|
|
@17467
|
[17467]
|
3 weeks |
sjamaan |
Make result argument for high-level copy procedures optional
|
|
|
|
@17466
|
[17466]
|
3 weeks |
sjamaan |
Make result optional
|
|
|
|
@17464
|
[17464]
|
3 weeks |
sjamaan |
Shorten the code a bit
|
|
|
|
@17462
|
[17462]
|
3 weeks |
sjamaan |
Add error recovery to highlevel interface
|
|
|
|
@17460
|
[17460]
|
3 weeks |
sjamaan |
Implement initial high-level interface for copy read support. Write …
|
|
|
|
@17459
|
[17459]
|
3 weeks |
sjamaan |
Add low-level COPY support
Get rid of multi-query as that complicates …
|
|
|
|
@16895
|
[16895]
|
3 months |
sjamaan |
Also add raw to the example
|
|
|
|
@16894
|
[16894]
|
3 months |
sjamaan |
Add raw option to row-alist
|
|
|
|
@15533
|
[15533]
|
7 months |
sjamaan |
Fix connection mistake: poll for input when POLLING_READING, output when …
|
|
|
|
@15517
|
[15517]
|
7 months |
sjamaan |
Implement transaction support (including nested transactions)
|
|
|
|
@14796
|
[14796]
|
10 months |
sjamaan |
Make row/column-fold-right tail recursive; use this improved fold-right in …
|
|
|
|
@14792
|
[14792]
|
10 months |
sjamaan |
Make the interface more awesome by making row/column numbers optional
|
|
|
|
@14769
|
[14769]
|
10 months |
sjamaan |
Fix column-map* too (maybe I should write tests for these, too....)
|
|
|
|
@14768
|
[14768]
|
10 months |
sjamaan |
Fix really bad bug; used pointer instead of c-pointer as argument type …
|
|
|
|
@14767
|
[14767]
|
10 months |
sjamaan |
Add highlevel alternatives to fold/loop/map through columns instead of …
|
|
|
|
@14766
|
[14766]
|
10 months |
sjamaan |
Change interface so it's more sql-de-lite-like, because it's more flexible …
|
|
|
|
@14765
|
[14765]
|
10 months |
sjamaan |
Rename to remove obnoxious result- prefix from procedures that happened to …
|
|
|
|
@14764
|
[14764]
|
10 months |
sjamaan |
Fix small mistake in query-map*
|
|
|
|
@14763
|
[14763]
|
10 months |
sjamaan |
Get rid of time parsing procedures -- at least for now.
The problem with …
|
|
|
|
@14762
|
[14762]
|
10 months |
sjamaan |
Fix off-by-one error in result-row-alist
|
|
|
|
@14761
|
[14761]
|
10 months |
sjamaan |
Fix the comment about simplified alist version
|
|
|
|
@14760
|
[14760]
|
10 months |
sjamaan |
Rename result-values to result-row, and add result-column to the API
Make …
|
|
|
|
@14759
|
[14759]
|
10 months |
sjamaan |
Add query-map and query-fold-right to the high-level procedures
|
|
|
|
@14758
|
[14758]
|
10 months |
sjamaan |
Get rid of value/oid pair option. It complicates the code too much and …
|
|
|
|
@14755
|
[14755]
|
10 months |
sjamaan |
Columns are symbols
|
|
|
|
@14754
|
[14754]
|
10 months |
sjamaan |
Add a few more tests, tweak layout of code a bit
|
|
|
|
@14753
|
[14753]
|
10 months |
sjamaan |
Add high-level interface and type parsing/unparsing, completing most of …
|
|
|
|
@14749
|
[14749]
|
10 months |
sjamaan |
Remove some bangs on location names in error calls
|
|
|
|
@14726
|
[14726]
|
10 months |
sjamaan |
Implement separate parameter passing and the option to explicitly request …
|
|
|
|
@14725
|
[14725]
|
10 months |
sjamaan |
Improve binary mode result fetching by sticking it into a blob.
The user …
|
|
|
|
@14724
|
[14724]
|
10 months |
sjamaan |
Add escaping/unescaping and tests for that
|
|
|
|
@14723
|
[14723]
|
10 months |
sjamaan |
Add final result info procedures; inserted OID and affected rows
|
|
|
|
@14721
|
[14721]
|
10 months |
sjamaan |
Implement more result stuff, up until value retrieval
|
|
|
|
@14678
|
[14678]
|
10 months |
sjamaan |
Start building low-level query and result set operations, corresponding to …
|
|
|
|
@14669
|
[14669]
|
10 months |
sjamaan |
Bring back to life the connect/disconnect/reset-connection procedures, and …
|
|
|
|
@14635
|
[14635]
|
10 months |
sjamaan |
Fix two more small bugs. Time to get some sleep :/
|
|
|
|
@14632
|
[14632]
|
10 months |
sjamaan |
Simplify, simplify, simplify
|
|
|
|
@14631
|
[14631]
|
10 months |
sjamaan |
Prepare for testing
Fix a few small mistakes/bugs
Get rid of non-connected …
|
|
|
|
@14620
|
[14620]
|
10 months |
sjamaan |
Start work on porting and revitalizing the postgresql egg. This is a WORK …
|
|
copied from release/3/postgresql/trunk/postgresql.scm:
|
|
|
|
@10459
|
[10459]
|
2 years |
sjamaan |
Add pgescapeconn test and do REAL escaping when connection object is …
|