Commit graph

27 commits

Author SHA1 Message Date
rylek
5595f01faa .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
0b7b0f5af4 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
cd4e0f462b .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
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
bfb017762e .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
1cd8f2c8e4 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
8c29060346 .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
4e71ffdc56 .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
b80c030e3c +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
250c96ac0c +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
51f7e4cb99 .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
529afaf310 .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
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
f36070c3cb 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
f0f8e64731 .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
9ed728afd8 .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
45cc282c45 .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
dbd381aece +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
ed1a718407 -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
ecca50b019 -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
41928c6af2 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
dc49495978 .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
f5502ef29d 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
b1bb783874 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
38c903897f 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
9cbcdd3ebb git-svn-id: svn://ultimatepp.org/upp/trunk@632 f0d560ea-af0d-0410-9eb7-867de7ffcac7 2008-11-11 08:21:59 +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