-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
86 lines (59 loc) · 3.25 KB
/
Copy pathChangeLog
File metadata and controls
86 lines (59 loc) · 3.25 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
2019-08-07 Pattarawut Imamnuaysup <pattarawut@hot-now.com>
Add array insert support.
2019-03-22 Kirit Saelensminde <kirit@felspar.com>
Add `RETURNING` support to connection's `update` method.
2017-11-08 Kirit Saelensminde <kirit@felspar.com>
Put session variable names in double quotes.
2017-09-25 Kirit Saelensminde <kirit@felspar.com>
Changed the upsert function to also take an array of strings for a RETURNING clause.
2017-04-28 Kirit Saelensminde <kirit@felspar.com>
Make it possible to iterate over the columns in the row.
2017-04-12 Kirit Saelensminde <kirit@felspar.com>
Change libpqxx paths for latest code.
2017-04-08 Kirit Saelensminde <kirit@felspar.com>
Implement assignment and pre-increment for `recordset::const_iterator`
2017-01-12 Kirit Saelensminde <kirit@felspar.com>
Removed the old `parser_lock` which is no longer needed.
2017-01-03 Kirit Saelensminde <kirit@felspar.com>
Switch to the new version of Boost Spirit. Drop support for Boost version prior to !.59.
2016-11-16 Kirit Saelensminde <kirit@felspar.com>
Add support for passing a password for the PG DSN.
2016-09-14 Kirit Saelensminde <kirit@felspar.com>
* Add ability to set other settings on the database connection.
* Add basic API that allows SELECT to be ordered.
2016-09-09 Kirit Saelensminde <kirit@felspar.com>
Add support for setting the zone info on the connection.
2016-08-21 Kirit Saelensminde <kirit@felspar.com>
Add APIs for creating and deleting databases.
2016-08-14 Kirit Saelensminde <kirit@felspar.com>
Added support for fetching varchar and time values.
2016-07-30 Kirit Saelensminde <kirit@felspar.com>
Stored procedures can now be called with JSON arguments.
2016-07-29 Kirit Saelensminde <kirit@felspar.com>
Make the database connection move constructible.
2016-07-16 Kirit Saelensminde <kirit@felspar.com>
Add support for JSON objects in the SQL, on the assumption that they are for either json or jsonb in Postgres.
2016-07-15 Kirit Saelensminde <kirit@felspar.com>
Make use of table OIDs to distinguish names of columns.
2016-06-11 Kirit Saelensminde <kirit@felspar.com>
Warn about type OIDs that are unkown and completely disallow time stamps with time zone information.
2016-05-29 Kirit Saelensminde <kirit@felspar.com>
Allow JSON to be used in connection configuration and for the effective configuration to be retrieved.
2016-03-24 Kirit Saelensminde <kirit@felspar.com>
Add basic support for stored procedures.
2016-02-28 Kirit Saelensminde <kirit@felspar.com>
Add support for fetching the column names.
2015-12-20 Kirit Saelensminde <kirit@felspar.com>
Start to sketch out a new Postgres specific API which will eventually displace libpqxx.
2014-09-07 Kirit Saelensminde <kirit@felspar.com>
Change the test database configuration to assume ident/trust based authentication.
2012-02-04 Kirit Saelensminde <kirit@felspar.com>
Added support for Enterprisedb's build of Postgres 9.1 on the Mac.
2011-10-06 Kirit Saelensminde <kirit@felspar.com>
Updated the driver to use the refactored libpqxx interface.
2010-06-19 Kirit Saelensminde <kirit@felspar.com>
Mac builds
- Added support for Postgres installation into /usr/local/pgsql/
2010-03-22 Kirit Saelensminde <kirit@felspar.com>
ChangeLog
- Added ChangeLog