Commit graph

139 commits

Author SHA1 Message Date
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
cxl
817b30a806 Sql: finalizing JoinRef and introspection
git-svn-id: svn://ultimatepp.org/upp/trunk@4269 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-07 20:21:09 +00:00
cxl
044cd307c6 .Sql: Fixing Joins/SqlId/SqlCol
git-svn-id: svn://ultimatepp.org/upp/trunk@4266 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-07 08:49:45 +00:00
cxl
cc2c7e7b64 Sql: JoinRef (first iteration)
git-svn-id: svn://ultimatepp.org/upp/trunk@4264 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-07 07:38:09 +00:00
cxl
5c57c6e7e5 Core: Id optimized for MT using TLS, Sql: SqlExp: Using SqlCol for group Of
git-svn-id: svn://ultimatepp.org/upp/trunk@4256 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-06 18:49:16 +00:00
cxl
7617124a8d Sql: SqlExp documentation now contains new Of format example
git-svn-id: svn://ultimatepp.org/upp/trunk@4230 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-02 09:35:14 +00:00
cxl
62a92fdbac Sql: New 'Of' 'syntax'
git-svn-id: svn://ultimatepp.org/upp/trunk@4222 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-12-01 23:16:28 +00:00