cxl
24628d4632
PGSQL: Escaping ? as ??
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13737 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-05 18:15:00 +00:00
cxl
3706baffdb
PGSQL: NoQuestionParams
...
git-svn-id: svn://ultimatepp.org/upp/trunk@13736 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-12-05 18:10:15 +00:00
cxl
6b43285e16
uppsrc: GetTickCount() -> msecs()
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12590 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-11-29 13:01:23 +00:00
cxl
8b045bc99d
PostgreSQL: Nan support on fetching
...
git-svn-id: svn://ultimatepp.org/upp/trunk@12176 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-20 07:52:31 +00:00
cxl
7063d4d9e1
Core: Atof (comma safe atof)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10764 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-26 08:24:21 +00:00
cxl
a24a816a0e
upp.src: Removing Gate2
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10657 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-01-06 22:47:09 +00:00
cxl
8ebdcbb0d5
uppsrc: NAMESPACE_UPP / END_UPP_NAMESPACE removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@10186 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-08-26 17:15:30 +00:00
cxl
10b8964d99
PGSQL: Fixed schema introspection, SqlCtrl: SqlConsole overhaul finished #412
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8135 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-03 14:44:36 +00:00
cxl
293c976f21
PGSQL: Fixed wrong session issue in GetInsertedId
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7936 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-30 16:15:01 +00:00
cxl
810d9b670e
Core: Fixed Value::operator= cornercase
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7908 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-19 14:43:43 +00:00
cxl
cbc9c8b04a
ODBC: Simplified parameter handling, PGSQL: Added test for incorrect number of parameters
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7907 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-18 19:08:28 +00:00
cxl
0a5a6cc709
PGSQL: lastval for GetLastInsertedId() reverted to previous solution because of triggers issue
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7856 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-11-03 10:37:17 +00:00
cxl
c02a343e75
SQL: Various engine fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7827 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-28 17:58:06 +00:00
cxl
38b43035e7
PGSQL: Now using lastval() for GetInsertedId
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7808 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-22 09:04:46 +00:00
cxl
9851aac7ab
PostgreSQL: GetInsertedId fixed for non 'ID' names - thanks sergeynikitin !
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7750 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-10-01 18:49:01 +00:00
cxl
c459246cfd
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
362fbe9915
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
32d4e5958e
*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
dd8fb364d3
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
f4f61b1d6b
.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
988e51f30a
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
7386be99a3
.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
52232db14c
.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
5109c728cd
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
693b2b2d10
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
dcd13319e4
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
45f28ccfe8
.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
306ee77e22
*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
216569ebf2
.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
f2de015fb5
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
7c3d4af14e
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
39701cf46c
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
c948749add
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
a2ff03adff
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
ddbd3c671b
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
30ba42b005
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
4b13bd3c3a
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
de2191b220
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
263ff5f895
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