1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
8899aaeb5b
moved getPdoType() to Schema.
2013-10-14 08:28:56 -04:00
ee89134ffe
make db\Command::getPdoType() protected
...
fixes #964
2013-10-11 14:51:07 +02:00
6488fe47ec
Better phpdoc for chained method calls
2013-10-10 13:34:16 +04:00
ef13a11f66
moved getPDOType() back to Command to avoid dependency on Schema
...
fixes #854
2013-09-18 16:29:16 +02:00
c6ef7ec9d5
moved Command::getPdoType() to Schema
...
this allows different implementation in different DBMS
CUBRID does not supprt PDO::TYPE_BOOL, so we use STRING here which will
be casted by the DBMS
2013-09-06 11:40:29 +02:00
f4fb2d94ef
finalizing cubrid Schema
2013-09-05 17:29:47 +02:00
7fa81949bf
various documentation changes
2013-09-01 19:47:26 +02:00
c582e589d2
added note about differing property types
2013-08-28 15:18:13 +02:00
ca69ef09d4
update of @property annotations
2013-08-28 14:59:52 +02:00
bdb77f33ba
updated @property annotations of many classes
2013-08-28 14:16:13 +02:00
d1c41fe144
changed to trace from info.
2013-08-10 12:22:32 -04:00
d135631f8e
Avoid logging db errors repeatedly.
2013-08-01 20:06:58 -04:00
cace50cf3b
use raw SQL for profiling.
2013-07-10 11:01:14 -04:00
ee994efdf0
polishing debugger.
2013-07-09 12:33:14 -04:00
f03cdf0a47
renamed Command::queryRow() to queryOne().
2013-07-09 08:01:10 -04:00
7fa240be65
initial implementation of Yii debugger.
2013-07-07 20:29:19 -04:00
2c02bc918d
migrate command, primary key
2013-06-10 20:30:31 +06:00
4efeedd314
Minor coding style fix.
2013-06-09 17:46:41 -04:00
c338d4b76b
Updated code styling and added braces.
2013-06-09 23:23:51 +02:00
f667b5785b
- Added drop/add primary key methods to Command.php
...
- Added drop/add primary key methods to QueryBuilder.php
- Added mysql specific dropPrimarykey method
- Added sqlite specific dropPrimarykey and addPrimaryKey methods
- Added uint testing for dropPrimarykey and addPrimaryKey methods
- Corrected postgresql column types, by adding length and precision
2013-06-09 18:27:09 +02:00
f5d0bcbcfc
Refactored cache key generation.
2013-05-26 17:09:09 -04:00
689080519e
Added support for previous exceptions
...
PHP supports exception stacks since 5.3 so we should use it.
Also Errorhandler is now able to display the stack: #297
2013-05-26 04:38:13 +02:00
f72105166c
reorganized the main repo to satisfy PSR-0.
2013-05-21 21:19:05 -04:00