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
d274c57edc
.cosmetics
...
git-svn-id: svn://ultimatepp.org/upp/trunk@8086 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-01-21 20:17:18 +00:00
cxl
3f236bdfc8
Oracle: Oci8 fixes
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7300 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-23 06:31:26 +00:00
cxl
2b9ec7c21b
Oci8: Fix of UNKNOWN_V case
...
git-svn-id: svn://ultimatepp.org/upp/trunk@7295 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-04-22 12:28:42 +00:00
cxl
89ad15274d
Oracle: Oci8 patch to support BLOBS/CLOBS in 64-bit platforms (thanks wqcmaster)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6906 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2014-02-10 19:09:19 +00:00
cxl
dd62b0e667
SqlCtrl: ValueMap SqlCtrls::Get, ArrayCtrl: map based Set/Add, fixed some warnings and obsolete pragmas removed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@6316 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2013-09-05 12:14:09 +00:00
rylek
37b8ca681c
.Oracle/Oci8.cpp: fixed some type warnings
...
.CtrlLib/FileSel.cpp: fixed MSVC for control variable warnings
git-svn-id: svn://ultimatepp.org/upp/trunk@4354 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-29 14:20:36 +00:00
cxl
dc088d6015
Sql: Sql::Attach/Detach, Connection constructor moved private (rm #222 )
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4352 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-28 19:16:46 +00:00
rylek
d7cc47cdce
.Oracle/Oc8.cpp: reference cursor initialization patch
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4320 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-18 17:05:14 +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
f61cff1344
.Oracle/Oci8.cpp: added zero-length check to OracleClob
...
git-svn-id: svn://ultimatepp.org/upp/trunk@4101 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-24 21:31:04 +00:00
rylek
a4947790ef
Geom/Ctrl/PlotterCtrl: new methods to check for reversed orientation of coordinate axes
...
plugin/jpg/jpgupp.cpp: support for EXIM image orientation metadata
plugin/sqlite3/Sqlite3upp.cpp: support for BLOB write using SqlRaw
Oracle/Oci8.cpp: fixed OracleBlob::Write to survive zero-length write
git-svn-id: svn://ultimatepp.org/upp/trunk@4100 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-24 21:30:07 +00:00
rylek
79d59a2a9d
.Oracle/Oci8.cpp: added Sql constructor to get rid of Oracle8RefCursorStub -> Sql assignment error
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3978 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-10-10 07:31:40 +00:00
rylek
8a67522b62
.Oracle: added default POSIX names for OCI libraries (libclntsh.so)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3755 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-08 08:58:36 +00:00
rylek
4d7308e99e
+CtrlCore/ParseRTF.cpp: added simple table cell shading support (solid color only)
...
+Oracle/Oci8.cpp: OracleBlob / Clob upgraded to 64-bit LOB handle
git-svn-id: svn://ultimatepp.org/upp/trunk@3650 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-13 18:34:03 +00:00
rylek
6638dd4195
+Oracle/Oci8: 64-bit integer support
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3648 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-07-12 14:02:46 +00:00
rylek
817f34a1d7
.Oracle: improvements in handling of typeless NULL in Sql::GetColumn
...
git-svn-id: svn://ultimatepp.org/upp/trunk@3516 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-12 22:46:55 +00:00
rylek
6e4d2747eb
.Core: fixed recent omission in ArrayMap - added using clause to include AMap's Insert variants previously hidden by Insert(int index, const K& key, T *newt)
...
+Oracle: implemented one of the ugliest interfaces I've ever seen - OracleClob to read/write Oracle CLOB's both in single-character and UTF8 mode
git-svn-id: svn://ultimatepp.org/upp/trunk@3499 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-08 19:30:46 +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
0248e1bb21
Oracle: SQLT_TIMESTAMP support (thanks alendar)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2931 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-12-25 19:39:25 +00:00
rylek
2f746d005e
.Geom/Draw: ZIM encoding support in HRR
...
.Geom/Ctrl: exception handling in PlotterCtrl::Paint
.Oracle: bug fix in dynamic parameter handling
git-svn-id: svn://ultimatepp.org/upp/trunk@2692 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-14 10:02:28 +00:00
rylek
944c637304
.Oci8: minor timing bug fix
...
.TCtrlLib: frame calculation bug fix
git-svn-id: svn://ultimatepp.org/upp/trunk@2670 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-09-08 10:32:08 +00:00
rylek
e036e8e07b
.Oracle: BulkExecute continued ...
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2593 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-04 13:07:11 +00:00
rylek
01efdbbfe4
+Oracle: Oracle8::BulkExecute - a simple interface to OCI8 array binds - repeated command execution with varying parameter sets; speeds up inserts / updates drastically over networks with long roundtrip
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2592 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-08-04 11:29:46 +00:00
rylek
180d8cdffc
-Oracle: silly typo fixed, thanks to tojocky (WSTRING_V / STRING_V variant in OCI8Connection::SetParam)
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2532 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-13 23:27:12 +00:00
rylek
d44f875ae0
-Oracle: charset-related fixes in OCI8 related to tojocky's UTF8 patch, see http://www.ultimatepp.org/forum/index.php?t=msg&th=5233&start=0&
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2530 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-12 22:35:09 +00:00
cxl
25d904e0d2
Oracle: Oci8 fixes by tojocky
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2445 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-30 20:03:55 +00:00
cxl
955d82142e
.Oracle: Midnight Time interepreted as Date in Fetch
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2242 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-18 06:57:15 +00:00
cxl
f77bcee71c
SqlCommander: #include case fixed
...
git-svn-id: svn://ultimatepp.org/upp/trunk@2043 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-02-09 20:15:35 +00:00
rylek
4ab331024e
Funny typo in SqlCompile; improved diagnostics of so load failure in Linux (Dli.cpp); improved connection failure diagnostics in OCI8
...
git-svn-id: svn://ultimatepp.org/upp/trunk@1642 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-10-20 09:55:03 +00:00
cxl
d1411d55a6
DTIMING and Minor fixed in Painter and Oci8
...
git-svn-id: svn://ultimatepp.org/upp/trunk@878 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-02-19 13:45:48 +00:00
rylek
fb216063ea
git-svn-id: svn://ultimatepp.org/upp/trunk@632 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-11-11 08:21:59 +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