conory
0a89dffa5a
XE표기를 Rhymix로 변경
2016-01-25 18:10:15 +09:00
CONORY
de0c54ff37
Merge pull request #3 from kijin/php7
...
PHP7 호환성 개선
2015-12-18 14:15:15 +09:00
Kijin Sung
6473115ed3
Fix incompatible signatures of inherited methods
2015-12-08 14:07:42 +09:00
Kijin Sung
488747f1f6
Merge #1679 fix #1677 MSSQL 쿼리 구문 오류 해결 by RapidWorkers
...
* pr/1679:
#1677 MSSQL 쿼리 구문 오류 해결
2015-10-08 15:08:33 +09:00
Kijin Sung
a7ed4c56c8
Merge #1363 PHP 5 방식의 생성자 (__construct) 사용 by kijin
...
* pr/1363:
ExtraItem 클래스에도 PHP 5 방식의 생성자 (__construct) 사용
PHP 5 방식의 생성자 (__construct) 사용
Conflicts:
classes/context/Context.class.php
2015-10-08 14:10:32 +09:00
Kijin Sung
3d70d5197e
Merge #901 DB 컬럼 정보를 불러오는 기능 + DB 컬럼 속성을 변경하는 기능 by kijin
...
* pr/901:
Implement modifyColumn() for Cubrid
Implement modifyColumn() for MS SQL
Implement modifyColumn() for MySQL
Implement getColumnInfo() for Cubrid
Implement getColumnInfo() for MS SQL
Initial implementation of getColumnInfo() for MySQL
2015-10-08 14:00:14 +09:00
RapidWorkers
19bc055fda
#1677 MSSQL 쿼리 구문 오류 해결
2015-07-27 23:05:42 +09:00
Kijin Sung
7f9aee3e71
PHP 5.4 이상에서는 magic_quotes_gpc 상태를 체크하지 않음
2015-04-18 14:19:33 +09:00
Kijin Sung
15d3ba7ca1
PHP 5 방식의 생성자 (__construct) 사용
2015-04-01 11:30:04 +09:00
Eunsoo Lee
b21d6534f1
DB Column 생성 시 기본값으로 0을 지정할 수 없는 문제 해결
2015-02-14 16:21:34 +09:00
Kijin Sung
ccae599b24
Implement modifyColumn() for MS SQL
2014-08-11 12:21:53 +09:00
Kijin Sung
4ac32e78aa
Implement getColumnInfo() for MS SQL
2014-08-11 14:03:46 +09:00
mog422
b7aa347bf9
fix #528 mssql 환경에서 유니코드 필드 타입 사용.
2014-03-04 21:29:48 +09:00
ngleader
f8af9ef6ce
NOISSUE, change some code for php5
2013-11-25 20:38:50 +09:00
khongchi
5693e340fe
issue 3645, php5 대응, 함수 대체
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13202 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-13 01:40:53 +00:00
akasima
bce0a0b6d4
copyright add to php files
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13186 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-08 05:52:51 +00:00
ngleader
dbc18a4f99
change author
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13180 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-11-07 02:42:42 +00:00
misol
f70ce644ce
Close Connection when there is no connection value.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@13161 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-25 15:29:32 +00:00
flyskyko
41fdaf00c3
issue 2119. supporting php 5.4. db classes.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12686 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-04 09:36:46 +00:00
flyskyko
0f04bd3f92
merge changes of luminous to maserati (~r12676)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12680 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-02-04 08:09:07 +00:00
ovclas
7e118f8533
merge from branch 1.5.3.2 (~r12279)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12282 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-22 06:41:02 +00:00
ovclas
ee9096be03
issue 2662 DB class coding convetion
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12212 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-11-14 06:10:12 +00:00
ucorina
fdcafe536e
Issue 1431: xml query click_count error - updated code to use INCR for cubrid and basic updates for the rest
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@12020 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-10-31 10:26:49 +00:00
florinutz
7715110097
Issue 2544: Show error on wrong update query
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11570 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-09-29 11:14:48 +00:00
ovclas
4b2e7f76f1
issue 2237 remove auto create DB object
...
DB object should created by create method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11027 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-08-16 02:09:14 +00:00
ovclas
1a7a68efea
issue 2109 Fixed a problem in_array function
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10832 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-07-05 00:16:31 +00:00
ovclas
c65e9d3071
adds comments for phpDoc
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10739 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-25 10:14:48 +00:00
ovclas
a4b3a914a5
reverse merge from 1.6.0 (r10563)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10716 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-17 06:12:20 +00:00
ovclas
3afad81016
reverse merge rollback
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10714 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-17 02:38:33 +00:00
ovclas
f0aa085c94
reverse merge from 1.6.0 (r10563)
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10711 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-17 00:57:29 +00:00
ucorina
d9edd9b205
Issue 1891: groupby bug
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10648 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-05-02 14:48:41 +00:00
ucorina
1bc92129b0
Issue 1851: Fix PHP Warnings and notices in DB Classes
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10537 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-04-06 09:47:45 +00:00
ucorina
c2df2f3a45
Issue 1819: CUBRID prepare statement error
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10525 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-04-02 15:36:50 +00:00
ucorina
0665b24aee
Issue 1778: DB Classes: Add prepared statements support - MSSQL
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10492 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-28 16:29:17 +00:00
ucorina
ce0d9e5b4c
Issue 1745: "document.getDocumentList" error on MSSQL
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10460 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-22 14:48:47 +00:00
ucorina
e8315e2efe
Issue 1743: Cannot create table with autoincrement column - MSSQL
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10459 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-22 14:22:09 +00:00
ucorina
a75e4a6384
Issue 1741: Create table with combined primary key fails on MSSQL
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10458 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-22 14:19:14 +00:00
ucorina
867af986f4
Issue 1739: MSSQL Update statements fail when using alias
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10457 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-22 12:40:34 +00:00
ngleader
41e828e8b5
Issue 1634:change to return empty array() from return null on returned data of query result.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10386 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-08 05:36:36 +00:00
ngleader
4a487ba772
r10347 add missing return code
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10380 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-08 01:21:47 +00:00
ucorina
558df676d9
Issue 1597: XML query에서 page 값
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10347 201d5d3c-b55e-5fd7-737f-ddc643e51545
2012-03-06 11:22:57 +00:00
lickawtl
0b8949cfeb
add index hint of using "where" syntax
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9471 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-10-03 17:28:53 +00:00
ucorina
de8301ccbc
issue 173 - php4 parse error
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9243 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-09-20 12:31:50 +00:00
ucorina
bb95345fb2
Updated DB classes to support multiple database connection strings - for when replication is used.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8808 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-18 17:55:29 +00:00
lickawtl
aa694bce26
fix pagination
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8767 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-12 14:17:00 +00:00
ucorina
f3c3adc5d4
Removed a few redundant TODOs in code.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8710 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-08-01 14:53:12 +00:00
ucorina
abf5a1f5a3
Fix - read table prefix from db_config file instead of always using default "xe_".
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8700 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-29 07:51:15 +00:00
ucorina
532d8bc21e
Update to pagination properties - value was sent as Object instead of string.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8660 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-26 16:33:30 +00:00
ucorina
620b18e532
Update to string array arguments - added format with SQLSRV_PHPTYPE_STRING.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8635 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-25 17:33:27 +00:00
ucorina
b3c75ac4db
Fixed a few MSSQL bugs - related to array query arguments and increment columns.
...
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8632 201d5d3c-b55e-5fd7-737f-ddc643e51545
2011-07-25 15:35:43 +00:00