Commit graph

145 commits

Author SHA1 Message Date
cxl
4b03d9a072 Sql: SqlMassInsert now has NoUseTransaction option
git-svn-id: svn://ultimatepp.org/upp/trunk@5293 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-08-28 08:41:26 +00:00
cxl
3cfe5186a4 Sql: Fixed issue with lowercase SqlId in operator[]
git-svn-id: svn://ultimatepp.org/upp/trunk@5113 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-04 13:23:48 +00:00
cxl
41e19caac5 *uppsrc: LOG related fixes
git-svn-id: svn://ultimatepp.org/upp/trunk@5094 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-07-03 06:47:46 +00:00
cxl
9b1799d6b4 Sql: SqlLoadTable, SqlLoadColumn
git-svn-id: svn://ultimatepp.org/upp/trunk@5044 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-08 14:01:53 +00:00
cxl
46f835daa7 *Core/SSL: INITBLOCK moved to icpp
git-svn-id: svn://ultimatepp.org/upp/trunk@5040 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-05 11:03:49 +00:00
rylek
78a7f639a0 .Sql: oprava konverze Id -> String
git-svn-id: svn://ultimatepp.org/upp/trunk@5027 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-06-01 11:04:23 +00:00
cxl
072f2c6cfb Sql: SqlBinary for PGSQL now prepends E before string to achieve PGSQL9 compatibility
git-svn-id: svn://ultimatepp.org/upp/trunk@4976 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-20 16:01:36 +00:00
cxl
f05cc1a44b Draw: Font, Drawing, Painting, Image now support Xmlize and Jsonize
git-svn-id: svn://ultimatepp.org/upp/trunk@4950 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-05-14 14:47:25 +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
85d900d0ed *Sql: Fixed SqlVal::As
git-svn-id: svn://ultimatepp.org/upp/trunk@4635 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-29 19:27:50 +00:00
cxl
45c726d65a Sql: Sql/SqlSession::PerThread
git-svn-id: svn://ultimatepp.org/upp/trunk@4631 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-28 09:38:17 +00:00
cxl
68b1782921 Sql: Fixed issue with quoted Null SqlId, ide: debugging code for lost config
git-svn-id: svn://ultimatepp.org/upp/trunk@4626 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-27 08:30:35 +00:00
rylek
77414d5b02 .Sql/SqlStatement.cpp: modified SqlSelect::AsTable to keep extra parentheses around aliased subselect in all dialects except MS-SQL
git-svn-id: svn://ultimatepp.org/upp/trunk@4620 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-24 22:45:46 +00:00
rylek
77654d7b83 .Sql/SqlStatement.cpp: modified SqlSelect::AsTable to remove extra parentheses only in MS-SQL dialect
git-svn-id: svn://ultimatepp.org/upp/trunk@4617 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-24 22:30:28 +00:00
rylek
3d680acfaf .Sql/SqlStatement.cpp: bug fix in SqlSelect::AsTable to suppress extra parentheses around aliased subselect
git-svn-id: svn://ultimatepp.org/upp/trunk@4612 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-24 07:26:26 +00:00
cxl
6cfe0bfb2c Sql: Fixed ASSERT in SqlMassInsert
git-svn-id: svn://ultimatepp.org/upp/trunk@4607 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-21 09:03:38 +00:00
cxl
e24ca31af2 Sql: Added heuristics of *JoinRef (RM #251)
git-svn-id: svn://ultimatepp.org/upp/trunk@4571 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-10 18:04:19 +00:00
cxl
c3c2ffc1be *Sql: fixed MassInsert quoted SqlId issue(s)
git-svn-id: svn://ultimatepp.org/upp/trunk@4561 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-08 15:47:09 +00:00
cxl
912f978e65 Sql: Quoting SqlId changed to be explicit option, SqlTxt added
git-svn-id: svn://ultimatepp.org/upp/trunk@4554 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-06 09:40:21 +00:00
cxl
191867fd86 Sql: SqlExp docs
git-svn-id: svn://ultimatepp.org/upp/trunk@4531 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 18:10:38 +00:00
cxl
079e656152 Sql: SqlId escaping now tests whether escaped Id is indeed valid SQL id, no escaping otherwise (workaround for use of SqlId('table.*') and similar)
git-svn-id: svn://ultimatepp.org/upp/trunk@4529 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 18:07:20 +00:00
cxl
4a1c30eb45 Sql: SqlIds now quoted
git-svn-id: svn://ultimatepp.org/upp/trunk@4526 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-03 17:44:48 +00:00
cxl
3204265aa4 ide: Fixed config issue
git-svn-id: svn://ultimatepp.org/upp/trunk@4513 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-02 12:51:19 +00:00
cxl
20eb71934e Sql: SqlSet::operator<<
git-svn-id: svn://ultimatepp.org/upp/trunk@4505 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-02-01 13:51:27 +00:00
cxl
530dd1fc42 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4466 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-23 18:22:57 +00:00
cxl
03618e002c Sql: MassInsert now has remove option
git-svn-id: svn://ultimatepp.org/upp/trunk@4443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-19 14:39:30 +00:00
cxl
e81c007ccf .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4429 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-17 14:12:20 +00:00
cxl
9419fbe2fd *Sql: fixed ugly typo error in *JoinRef
git-svn-id: svn://ultimatepp.org/upp/trunk@4428 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-01-16 16:54:09 +00:00
cxl
5f0b18e7ae OleDB: fixed for private Connection in Sql
git-svn-id: svn://ultimatepp.org/upp/trunk@4353 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-28 19:33:38 +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
cxl
79226efa5e Sql: GetSchColumn now guaranteed to be uppercase
git-svn-id: svn://ultimatepp.org/upp/trunk@4345 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-26 10:38:19 +00:00
cxl
7dca0d0701 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4342 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-23 16:27:36 +00:00
cxl
d3eaf999e4 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4336 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-22 13:09:15 +00:00
cxl
082490db53 Sql: SqlSession::ThrowOnError
git-svn-id: svn://ultimatepp.org/upp/trunk@4331 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-19 19:00:39 +00:00
cxl
a00372f0fa Sql: Sql now supports fetching ValueMap of row (Fetch or GetRowMap after Fetch)
git-svn-id: svn://ultimatepp.org/upp/trunk@4329 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-19 18:35:38 +00:00
cxl
eca7161484 SqlCtrl: SqlCtrls now support automatic creation based on schema introspection
git-svn-id: svn://ultimatepp.org/upp/trunk@4312 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-16 18:15:23 +00:00
cxl
ee0aa395a2 Sql: Sql0 (without session)
git-svn-id: svn://ultimatepp.org/upp/trunk@4305 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-15 10:34:35 +00:00
cxl
418c76a798 Sql: Sql::Attach/Detach, SetSession
git-svn-id: svn://ultimatepp.org/upp/trunk@4304 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-15 10:28:58 +00:00
cxl
6f8c3327b9 Sql, SqlSession: operator= and copy constructors now private
git-svn-id: svn://ultimatepp.org/upp/trunk@4296 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-14 08:44:40 +00:00
cxl
70b0b03aec .svn problem
git-svn-id: svn://ultimatepp.org/upp/trunk@4293 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-12 08:42:43 +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
cxl
97bfa2f508 .developing Sql
git-svn-id: svn://ultimatepp.org/upp/trunk@4288 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-10 11:30:08 +00:00
cxl
9501700765 Crypto: removed from releases, copied to uppsrc2
git-svn-id: svn://ultimatepp.org/upp/trunk@4287 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-09 15:43:40 +00:00
cxl
ce8421d351 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4285 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-09 13:08:08 +00:00
cxl
666ebde87a .Sql: docs
git-svn-id: svn://ultimatepp.org/upp/trunk@4284 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-09 13:07:37 +00:00
cxl
6f7c910470 .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@4282 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-09 13:01:14 +00:00
cxl
2dbb209fd2 Sql: SqlExp optimizations
git-svn-id: svn://ultimatepp.org/upp/trunk@4279 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-09 12:42:37 +00:00
cxl
437c7f58cf Core: Id is now String based, Sql: SqlCol erradicated
git-svn-id: svn://ultimatepp.org/upp/trunk@4276 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-08 23:55:47 +00:00
cxl
910902fe7e Sql: More adjustments of sch introspection
git-svn-id: svn://ultimatepp.org/upp/trunk@4275 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-08 19:42:54 +00:00
cxl
0408bc9c75 *Sql: Fix of introspection of TYPE/END_TABLE pair
git-svn-id: svn://ultimatepp.org/upp/trunk@4274 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-08 10:24:39 +00:00