Commit Graph

27 Commits

Author SHA1 Message Date
Carsten Brandt
27943ce735 Merge pull request #4063 from yiisoft/typecast-split
split typecast method into two
2014-06-27 02:14:31 +02:00
Carsten Brandt
5d0452b2ae rename ColumnSchema::typecast to phpTypecast 2014-06-27 02:12:59 +02:00
Tóth Sándor
332f2a07ee OCI/Schema getlastinsertedid function fix and i add const oracle column type to schema 2014-06-26 15:49:47 +02:00
Carsten Brandt
8a70d9fbd1 rename column schema typecast method 2014-06-26 00:11:04 +02:00
Carsten Brandt
6a48f68955 split typecast method into two
one method for fetching data and one for sending to db.

fixes #2287
2014-06-26 00:00:37 +02:00
Tóth Sándor
3f27a4b74f OCI createColumn fix 2014-06-23 14:59:56 +02:00
Carsten Brandt
d75f0c7288 removed @link tags from apidoc and replaced with markdown 2014-05-25 22:29:31 +02:00
Qiang Xue
f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 2014-05-23 10:35:20 -04:00
Carsten Brandt
76d8e2b5b3 code style, fixes #3140 2014-04-17 13:24:16 +02:00
Qiang Xue
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
Alexander Makarov
cb4488ae4c Implemented Oracle column comment reading from another schema 2014-03-30 19:41:47 +04:00
Qiang Xue
d44e42ab9e Fixed oci querybuilder. 2014-03-27 11:01:00 -04:00
Qiang Xue
13c0931b23 Fixes #2880 2014-03-27 10:58:56 -04:00
Qiang Xue
39667aa6b7 Fixed activequery select issue. 2014-03-26 15:51:10 -04:00
Carsten Brandt
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
Qiang Xue
8053082e0c Fixes #2848: Individual queries should be enclosed within parenthesis in a UNION query 2014-03-22 12:45:14 -04:00
Qiang Xue
7f4c28231b Fixes #2826 2014-03-20 13:30:58 -04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
Alexander Makarov
12d4615039 Changed "and" to "&&" 2014-03-04 22:28:52 +04:00
Carsten Brandt
098567ce16 fixed phpdoc errors and updated properties 2014-02-20 13:42:30 +01:00
Qiang Xue
bea9e3fc06 Fixes #1645: Added support for nested DB transactions 2014-02-15 22:16:09 -05:00
Qiang Xue
f59598bb8b Added support for building SQLs with sub-queries 2014-02-11 23:23:02 -05:00
Qiang Xue
8e11629a65 Fixes #2160: SphinxQL does not support OFFSET
Improved `QueryBuilder::buildLimit()` to support big numbers
2014-01-29 22:42:56 -05:00
Qiang Xue
2be0fd6e13 more union fix. 2014-01-27 14:50:41 -05:00
Qiang Xue
9b723baa76 Added TableSchema::fullName property 2014-01-16 15:51:14 -05:00
Alexander Makarov
c3829a4fd0 Removed debug code 2014-01-12 23:39:42 +04:00
Qiang Xue
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00