Commit graph

24 commits

Author SHA1 Message Date
cxl
ed5302e09c uppsrc: Fixed many Win64 warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@5821 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-02-18 09:30:12 +00:00
cxl
638d78707b PGSQL: Ignoring SSL leaks
git-svn-id: svn://ultimatepp.org/upp/trunk@5236 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-27 13:58:39 +00:00
cxl
5091ad3a9f *PostgreSQL: Fixed issue in hex blob format identification
git-svn-id: svn://ultimatepp.org/upp/trunk@5112 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-04 10:58:14 +00:00
cxl
0a14488501 ide: rudimentary css highlighting support, PGSQL: support for hex blobs
git-svn-id: svn://ultimatepp.org/upp/trunk@5078 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-26 19:13:33 +00:00
cxl
530adca9d7 .Core, Sql: cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4742 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-03 11:32:07 +00:00
cxl
6aefb7f0b1 Sql: Refactored SQL 'default app cursor', added per-thread SQL option, added secondary SQLR 'default app cursor'
git-svn-id: svn://ultimatepp.org/upp/trunk@4290 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-10 16:03:24 +00:00
rylek
5daee1fcff .Sql: added 'binary' flag to SqlColumnInfo to check for binary columns
.OleDB: fixed logic for fetching multiple BLOB columns from a rowset
.OleDB: fixed BLOB update logic based on SqlRaw
.Geom/Draw: removed assembly variant of matrix-vector multiplication

git-svn-id: svn://ultimatepp.org/upp/trunk@3322 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-04-03 23:04:30 +00:00
cxl
6beeaf803a .PostgreSQL: Improved tracing
git-svn-id: svn://ultimatepp.org/upp/trunk@2969 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-07 16:40:23 +00:00
cxl
9bea71c317 PostgreSQL: KeepAlive option
git-svn-id: svn://ultimatepp.org/upp/trunk@2843 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-11 20:20:32 +00:00
cxl
12ca84d0b6 PGSQL: Autoreconnect improvement
git-svn-id: svn://ultimatepp.org/upp/trunk@2699 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-17 15:44:57 +00:00
cxl
540202ebc3 Vector, Array: All Adds now returning T&
git-svn-id: svn://ultimatepp.org/upp/trunk@2698 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-16 22:16:51 +00:00
cxl
ce0f8adf42 .XmlRpc: double formatting changed to %.12g, PGSQL: Reconnect if error message contains connect
git-svn-id: svn://ultimatepp.org/upp/trunk@2694 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-15 15:43:15 +00:00
cxl
a1c5369a84 *SqlExp operator|| fixes, PGSQL WhenReconnect
git-svn-id: svn://ultimatepp.org/upp/trunk@2404 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-17 12:37:06 +00:00
cxl
c4be5c67b3 .pgsql: Rollback checks level
git-svn-id: svn://ultimatepp.org/upp/trunk@2348 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-30 08:41:30 +00:00
cxl
630229fe1a Sql: Optional SqlSession errorhandler routing is now installable, PostgreSQL: ConnectionOK
git-svn-id: svn://ultimatepp.org/upp/trunk@2237 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-17 14:48:23 +00:00
cxl
9589fe6d31 PostgreSQL: GetInsertedId now supported for tables with primary key 'id'
git-svn-id: svn://ultimatepp.org/upp/trunk@1643 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-20 16:31:08 +00:00
cxl
5592e88a26 CtrlLib: Fixed minor issue in TabCtrl, PGSQL: Fixed minor encoding problem
git-svn-id: svn://ultimatepp.org/upp/trunk@1569 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-10 13:09:05 +00:00
cxl
1d45412bef PostgreSQL: fixed charset issues
git-svn-id: svn://ultimatepp.org/upp/trunk@1547 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-09-04 12:14:29 +00:00
cxl
42ca8f5a39 PostgreSQL: PGSQL bool value is now converted to text on U++ side (best of bad solutions...)
git-svn-id: svn://ultimatepp.org/upp/trunk@1531 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-24 13:39:04 +00:00
cxl
f0be7117dd Another PGSQL patch
git-svn-id: svn://ultimatepp.org/upp/trunk@1460 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-31 09:39:03 +00:00
cxl
9069bc3b8d PostgreSQL patches by Zbych
git-svn-id: svn://ultimatepp.org/upp/trunk@1454 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-07-29 06:32:01 +00:00
cxl
bac1832c94 Minor PGSQL fix, TabDlg::Add does SizePos for tab
git-svn-id: svn://ultimatepp.org/upp/trunk@732 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-01-05 21:38:19 +00:00
cxl
a65e1b76b3 SqlRaw support in OleDB
git-svn-id: svn://ultimatepp.org/upp/trunk@661 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-21 20:09:31 +00:00
mdelfede
d2b54f7989 changed svn layout
git-svn-id: svn://ultimatepp.org/upp/trunk@281 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-07 22:31:27 +00:00