Qiang Xue
|
54c539dd51
|
Fixed buildInCondition bug.
|
2013-02-07 15:46:15 -05:00 |
|
Qiang Xue
|
8b2b7915b4
|
Renamed application to app.
|
2013-02-05 16:12:22 -05:00 |
|
Qiang Xue
|
3c1452e84b
|
Changed the separator of message category.
|
2013-02-05 11:48:35 -05:00 |
|
Qiang Xue
|
54ee8c44a0
|
refactored exceptions.
I18N WIP.
|
2013-02-04 16:39:19 -05:00 |
|
Qiang Xue
|
7aa80d86f5
|
refactored execute() and query() methods in db/Command.
|
2013-02-01 17:18:49 -05:00 |
|
Carsten Brandt
|
4726cf32f3
|
Copy paste error commit() -> rollBack()
|
2013-02-01 22:24:09 +01:00 |
|
Carsten Brandt
|
da0ef127b5
|
proof reading docs, fixed event order in AR
|
2013-02-01 18:06:21 +01:00 |
|
Qiang Xue
|
a39638515f
|
Added Command::batchInsert()
|
2013-02-01 08:42:43 -05:00 |
|
Qiang Xue
|
761a9f4472
|
exception cleanup.
|
2013-02-01 07:53:32 -05:00 |
|
Qiang Xue
|
9165a1592a
|
cleanup.
|
2013-01-29 09:01:38 -05:00 |
|
Qiang Xue
|
76b153a368
|
fixed event doc.
|
2013-01-20 13:37:16 -05:00 |
|
Qiang Xue
|
edc48dc9c7
|
removed ApplicationComponent.
|
2013-01-20 11:26:15 -05:00 |
|
Qiang Xue
|
373e6a705e
|
refactored event declaration convention.
|
2013-01-18 22:01:08 -05:00 |
|
Qiang Xue
|
b181bc1c9f
|
updated cache key usage.
|
2013-01-18 18:36:43 -05:00 |
|
Qiang Xue
|
abd3d827a2
|
refactoring.
|
2013-01-18 10:37:22 -05:00 |
|
Qiang Xue
|
7f6a5568b4
|
Cleaned up SQLite support.
|
2013-01-18 09:40:00 -05:00 |
|
Qiang Xue
|
6ed01e9645
|
DB cleanup.
|
2013-01-18 08:35:09 -05:00 |
|
Qiang Xue
|
6dd495b65f
|
Added init and afterFind events to AR.
Implemented scope support.
|
2013-01-17 20:58:50 -05:00 |
|
Qiang Xue
|
ed8b795295
|
renamed exception classes.
|
2013-01-17 19:55:10 -05:00 |
|
Qiang Xue
|
b51d347465
|
Added count, average, sum, min, max, scalar methods to ActiveQuery.
Added support for scopes defined in AR classes.
|
2013-01-17 19:26:20 -05:00 |
|
Qiang Xue
|
ebecc09839
|
DB refactoring.
|
2013-01-17 16:15:12 -05:00 |
|
Qiang Xue
|
9958a5802e
|
DB cleanup
|
2013-01-17 12:54:13 -05:00 |
|
Qiang Xue
|
9b62fb6786
|
DB cleanup.
|
2013-01-17 08:46:08 -05:00 |
|
Qiang Xue
|
1cbfcb1955
|
clean up
|
2013-01-15 20:52:29 -05:00 |
|
Qiang Xue
|
b22e3b9f69
|
added 'afterOpen' event to Connection.
|
2013-01-15 20:19:35 -05:00 |
|
Qiang Xue
|
e150b7fae7
|
renamed Driver to Schema.
|
2013-01-15 20:16:27 -05:00 |
|
Qiang Xue
|
736d30684e
|
refactored the active property of Connection and Transaction.
refactored Transaction.
|
2013-01-15 19:13:39 -05:00 |
|
Qiang Xue
|
e0cd52fb65
|
moved Connection::getPdoType() to Command.
|
2013-01-15 18:32:08 -05:00 |
|
Qiang Xue
|
5d90e6da80
|
removed scopes.
finished AR documentation.
|
2013-01-14 20:19:08 -05:00 |
|
Qiang Xue
|
cc33a930c9
|
Finished AR API.
|
2013-01-13 21:17:45 -05:00 |
|
Qiang Xue
|
3ca50f3043
|
clean up AR
|
2013-01-13 10:23:03 -05:00 |
|
Qiang Xue
|
46ab456f4e
|
finished new AR.
|
2013-01-12 23:16:26 -05:00 |
|
Qiang Xue
|
cf6c73c63e
|
link relation WIP
|
2013-01-12 13:09:58 -05:00 |
|
Qiang Xue
|
ef8b092278
|
initial draft of saving related models.
|
2013-01-11 23:10:35 -05:00 |
|
Qiang Xue
|
6243861138
|
AR WIP
|
2013-01-10 12:41:16 -05:00 |
|
Qiang Xue
|
c9b104f0a1
|
refactored AR relation.
|
2013-01-09 16:50:17 -05:00 |
|
Qiang Xue
|
0e3e2698d7
|
cleanup of AR
|
2013-01-09 11:13:49 -05:00 |
|
Qiang Xue
|
8e05e6e62d
|
changed copyright line.
|
2013-01-07 11:34:52 -05:00 |
|
Qiang Xue
|
ac9b315988
|
Fixed a via query bug.
|
2013-01-07 08:44:23 -05:00 |
|
Qiang Xue
|
fe90d4dda0
|
implemented auto-quoting for DB commands.
|
2013-01-06 22:41:20 -05:00 |
|
Qiang Xue
|
d15378ef43
|
moved db tests.
|
2013-01-05 21:29:42 -05:00 |
|
Qiang Xue
|
2188ece107
|
refactoring DB
|
2013-01-05 21:20:13 -05:00 |
|
Qiang Xue
|
9cd67bb6b4
|
Fixed query and schema caching renamings.
|
2013-01-05 17:19:08 -05:00 |
|
Qiang Xue
|
9d75714b46
|
refactored query caching and schema caching.
|
2013-01-05 17:09:07 -05:00 |
|
Qiang Xue
|
8517ee9e50
|
reorganized DB classes.
|
2013-01-05 16:46:53 -05:00 |
|
Qiang Xue
|
0cd6b346b6
|
refactoring AR
|
2013-01-05 08:40:11 -05:00 |
|
Qiang Xue
|
23572c74cd
|
refactoring AR.
|
2013-01-04 21:21:15 -05:00 |
|
Qiang Xue
|
78348d78f3
|
removed unused files.
|
2013-01-04 19:09:05 -05:00 |
|
Qiang Xue
|
1b151818a6
|
Fixed AR bugs.
|
2013-01-04 18:56:25 -05:00 |
|
Qiang Xue
|
a7ecbfee30
|
Fixing AR issues.
|
2013-01-04 15:06:19 -05:00 |
|