lickawtl
23e991bec0
Bug fixes:
...
DBCubrid.class.php - remove "WHERE" clause when all conditions are empty
queryargument/QueryArgument.class.php and queryargument/validator/QueryArgumentValidator.class.php - this is for backwords compatibility - there are many xml files that have variable names (var) given with "."
table/TableTag.class.php - autocomplete default table name alias with table name.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8426 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-01 12:51:13 +00:00
ucorina
b4ca6896bc
Removed code for creating final SELECT statement - this will be moved to db classes.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8425 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-06-01 10:19:58 +00:00
mosmartin
68f068cf88
fix query "limit" tag in other cases than page select
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8409 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-30 13:20:28 +00:00
mosmartin
64d268ab6b
Added a wrapper for queries - select can now be called like: $query->select(..)->from(..)->where(..)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8400 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-27 12:25:43 +00:00
mosmartin
0b78e26357
Fix condition/ConditionGroup.class.php when all conditions have no value.
...
Add page navigation mechanism.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8399 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-27 11:39:45 +00:00
mosmartin
750733936b
add "limit" navigation control to xml query and db classes
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8395 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-25 11:32:54 +00:00
mosmartin
4d2d18b53b
Fixed condition group bug.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8394 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-23 14:45:00 +00:00
mosmartin
d3067703a4
Fixed join condidition bug: if the user specifies the "pipe" attribute of a condition in a join cause, it should be ignored (otherwise the sql string is like INNER JOIN ... ON AND a = b). Fixed order by bug.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8387 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-20 12:24:50 +00:00
mosmartin
520300fad1
Updated WHERE clause to ignore expressions when the argument value is not set.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8386 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-20 09:25:59 +00:00
mosmartin
0f61e5d499
Included some missing classes.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8383 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-19 15:31:47 +00:00
mosmartin
9a2c0a8ff9
fixed an issue when Argument class is required
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8382 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-19 14:46:11 +00:00
mosmartin
6e11747960
add support for insert select update and delete queries in CUBRID class
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8381 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-19 14:31:05 +00:00
mosmartin
7dbe0626b6
Update new xml query classes with xe 1.5
...
with improved query argument support and update and delete queries
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8378 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-19 13:06:56 +00:00
ovclas
b5d2e05282
merge with 1.4.5.7
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8356 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-05-06 02:42:14 +00:00
ysnglee2000
e4d9c0d3b9
큐브리드 DB 클래스 문법 조정.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8344 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-29 11:22:48 +00:00
ovclas
ba796d9bad
#19705602 problem fixed, when specified column select
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8339 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-26 08:00:58 +00:00
ovclas
56f582c847
#19705602 problem fixed, when specified column select
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8338 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-26 07:52:29 +00:00
ovclas
d4bb3ade9a
#19705602 fix problem when specified column has alias
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8337 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-26 07:11:04 +00:00
ovclas
de414300a8
#19705602 document column parameter modify.
...
comment column parameter modify.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8336 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-26 07:03:05 +00:00
mosmartin
3ac4063af6
#19690852 Update serial creation statement to use cache.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8317 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-17 11:12:02 +00:00
mosmartin
c5e7a56a78
#19690852 Added calls to cubrid_close_request everywhere.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8316 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-15 14:50:34 +00:00
mosmartin
a2851cc242
#19690852 Bug fix
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8313 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-14 11:40:36 +00:00
mosmartin
9076974a59
#19690852 Refactoring: updated addQuotes to check if magic quotes are on only once and not on every function call.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8310 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 15:41:26 +00:00
mosmartin
23ddda10c6
#19690852 Refactoring: extracted the code for creating the "group by" and "order by" queries in separate functions. Replaced "inst_num", "orderby_num" and "groupby_num" with LIMIT.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8309 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 15:32:52 +00:00
mosmartin
8d2f988ee6
#19690852 Refactoring: replaced gettype() with the appropriate is_* functions in PHP. It is not recommended to use gettype to test for a certain type - see PHP documentation.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8308 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 15:10:52 +00:00
mosmartin
f6f393ae31
#19690852 Bug fix: CHAR and VARCHAR column size would never get updated (the comparison was between lowercase 'char' and 'varchar' and uppercase $type).
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8307 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 14:51:41 +00:00
mosmartin
1f8dc8d656
#19690852 Created new class for the improved version of DBCubrid.class.php
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8306 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-13 14:22:39 +00:00
ovclas
048866cd25
#19685832 add index hint when document select query.
...
add low_priority when docuement insert, update, delete query. because select slow query table lock.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8289 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-11 08:41:40 +00:00
mosmartin
4d272994dd
english comments added
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0_english@8278 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 16:48:06 +00:00
ovclas
52f37ded17
1.4.5.2 modified source merge to 1.5.0
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8276 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 07:56:37 +00:00
ovclas
20ddd23e07
1.4.5.2 branche merge to trunk
...
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8275 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-06 07:46:32 +00:00
taggon
620b03d184
set svn property - svn:eol-style LF
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8253 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-01 06:51:30 +00:00
ovclas
8825eb43ff
function create() duplicated fix
...
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8248 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-01 05:36:09 +00:00
ovclas
825ccd8328
merge from 1.4.5 branche
...
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8239 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-04-01 01:12:26 +00:00
ngleader
7d10ebd968
#19623705 Added missing callback function in the DB class.
...
git-svn-id: http://xe-core.googlecode.com/svn/trunk@8217 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-03-24 13:41:02 +00:00
taggon
912a77740b
#19643791 설치가 정상적으로 되지 않던 문제 수정
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8201 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-03-24 02:03:39 +00:00
ngleader
51026bf32a
fixed typo
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8196 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-03-22 06:22:53 +00:00
taggon
59bf3cbb83
#19623705 DB 클래스 정리
...
1. DB 드라이버 생성방식 수정
2. $class_name, $class_file 이름 문자열 생성하는 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8184 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-03-16 02:41:34 +00:00
taggon
4826880f6f
#19548650 DB.class.php에서 eval 코드 제거
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8107 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-02-17 06:38:45 +00:00
ysnglee2000
c89413664e
#19520097 : 잘못된 참조 문법 수정.
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8096 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-02-13 17:27:02 +00:00
taggon
e49d4933d3
#19533999 DB 클래스에서 eval 함수 사용 제거
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8095 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-02-13 10:54:10 +00:00
taggon
8f3dbfd7ca
#19461339 큐브리드 DB 클래스의 논리적인 오류 수정(thanks to misol)
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8092 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-02-11 08:19:56 +00:00
bnu
0c88d939c0
들여쓰기 수정
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8066 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-28 02:57:20 +00:00
bnu
897cc9802d
groupby_query 오타수정
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8065 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-28 02:56:34 +00:00
taggon
1fc2614710
#18445955,#18445955,#18445955,#18445955,#19492480 SQLite3 사용시 메뉴가 나타나지 않는 문제
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8063 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-27 05:01:23 +00:00
ngleader
9f71a6cf1a
r8045 보완
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8055 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-25 05:45:19 +00:00
ngleader
7a1c8b15da
r8045 보완
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8046 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-21 10:00:09 +00:00
ngleader
a3a7cd95ba
#19480921 DBMysql* class 정리
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8045 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-21 09:07:40 +00:00
ngleader
4b8bf1ea80
r8032 추가 보완
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8043 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-21 07:25:20 +00:00
ovclas
b89df2e341
r8032 보완 if의 i 없는 오타 수정
...
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8040 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-01-21 02:47:25 +00:00