Commit graph

39 commits

Author SHA1 Message Date
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
rylek
71d0ab2d03 .CtrlCore/: minor fixes in EncodeRTF; fixed escape sequences in .t string constants
git-svn-id: svn://ultimatepp.org/upp/trunk@3197 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-02-11 18:58:56 +00:00
rylek
e552166324 .Oracle: CONNECTION_BROKEN OCI check expanded to broader range of OCI errors
git-svn-id: svn://ultimatepp.org/upp/trunk@2996 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-01-13 11:18:34 +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
cxl
5cb014b023 CtrlLib: FileSel: Support for Terminal Services client shares (Win32)
git-svn-id: svn://ultimatepp.org/upp/trunk@2848 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-11-16 18:21:07 +00:00
cxl
1512097e66 *Fixed OCTALHI encoding in .t files
git-svn-id: svn://ultimatepp.org/upp/trunk@2783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-10-13 19:54:41 +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
293f7fae15 .Oracle: OCI8 charset issues continued - new Oracle8::IsUtf8Session() method declaration
git-svn-id: svn://ultimatepp.org/upp/trunk@2531 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-12 23:20:11 +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
879c8f0f15 .uppsrc: ca-es translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2516 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-07-02 18:53:25 +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
rylek
3dce2cc00e .Sql: code 12571 (TNS packet writer error) added to 'connection broken' Oracle error codes
git-svn-id: svn://ultimatepp.org/upp/trunk@2379 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-05-07 07:23:28 +00:00
cxl
08f299ee09 .uppsrc: ES-ES translation update
git-svn-id: svn://ultimatepp.org/upp/trunk@2347 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-04-29 21:43:02 +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
2c2b6e02cc .ide: Improved Rename (filetitle selected), uppsrc: new SP-SP translation
git-svn-id: svn://ultimatepp.org/upp/trunk@2218 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-03-11 15:33:49 +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
cxl
ee2a2901d0 uppsrc: New RO-RO translation
git-svn-id: svn://ultimatepp.org/upp/trunk@1972 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-28 19:10:39 +00:00
rylek
54af17f7bf Minor Sqlite-related fixes and improvements; new helper HttpContentDisposition to simplify generation of http response headers
git-svn-id: svn://ultimatepp.org/upp/trunk@1881 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2010-01-12 13:53:13 +00:00
rylek
23eefc6f62 Minor fixes in Oracle schema metadata functions.
git-svn-id: svn://ultimatepp.org/upp/trunk@1828 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-12-21 22:43:44 +00:00
cxl
f9c98c95e7 uppsrc: Some missing .t converted
git-svn-id: svn://ultimatepp.org/upp/trunk@1709 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-11-20 12:31:13 +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
d090db0978 theide: Highlighting of .sch files
git-svn-id: svn://ultimatepp.org/upp/trunk@1217 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-05-22 09:14:47 +00:00
cxl
3c976c3d48 Drawing refactored
git-svn-id: svn://ultimatepp.org/upp/trunk@1099 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-26 16:27:01 +00:00
cxl
a5b2003be0 Path docs, sksk translation, HttpClient improvements
git-svn-id: svn://ultimatepp.org/upp/trunk@1038 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-04-03 21:26:17 +00:00
cxl
2fd1829772 zh-tw translation by kasome
git-svn-id: svn://ultimatepp.org/upp/trunk@1022 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-29 16:46:38 +00:00
cxl
e694ea3044 Update ru-ru translation
git-svn-id: svn://ultimatepp.org/upp/trunk@974 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-03-18 08:54:26 +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
cxl
6937772ebf Copying (U++ license) changed to officical 2-clause BSD license
git-svn-id: svn://ultimatepp.org/upp/trunk@436 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-09-13 09:05:01 +00:00
cxl
2d10cf466b git-svn-id: svn://ultimatepp.org/upp/trunk@330 f0d560ea-af0d-0410-9eb7-867de7ffcac7 2008-08-15 09:33:15 +00:00
mdelfede
f8da83cdf4 new uvs2 releases : uppsrc-2621 tutorial-38 examples-142 reference-115 - changed some capitalization in file names
git-svn-id: svn://ultimatepp.org/upp/trunk@313 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-07-10 20:51:21 +00:00
mdelfede
197aa4d862 new uvs2 releases : uppsrc-2602 tutorial-38 examples-141 reference-113
git-svn-id: svn://ultimatepp.org/upp/trunk@303 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2008-06-22 13:13:20 +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