jackbravo
|
49053d654f
|
Table name may be different than just tablelize class name
For example, for class User, the table name is entity
|
2007-09-04 15:11:49 +00:00 |
|
meus
|
d08f492656
|
removing ending ?> and some tabs
|
2007-09-02 16:56:44 +00:00 |
|
jackbravo
|
2d08773ea7
|
Reverted changeset 2271, increase in memory usage too big
|
2007-08-29 19:07:43 +00:00 |
|
zYne
|
1c4f4f665b
|
|
2007-07-09 12:36:21 +00:00 |
|
zYne
|
362b844cab
|
|
2007-07-06 12:37:02 +00:00 |
|
zYne
|
cc7b1367fa
|
support for expressional column values
|
2007-07-01 11:27:45 +00:00 |
|
zYne
|
ad21df553d
|
|
2007-06-25 19:25:23 +00:00 |
|
zYne
|
113ac3b9e0
|
1. Merging two event listener APIs
2. Merging Doctrine_Db functionality into Doctrine_Connection
3. Merging Doctrine_Db modules to Doctrine_Connection plugins
|
2007-06-19 23:33:04 +00:00 |
|
zYne
|
e9c61a566a
|
|
2007-06-19 11:19:53 +00:00 |
|
zYne
|
bb0f0e32ed
|
added doc blocks
|
2007-06-14 21:01:57 +00:00 |
|
zYne
|
a3bc368b50
|
|
2007-06-10 19:40:14 +00:00 |
|
zYne
|
8386d6915e
|
|
2007-05-27 18:56:54 +00:00 |
|
zYne
|
827755afd3
|
|
2007-05-16 21:28:33 +00:00 |
|
zYne
|
7f68e096b1
|
|
2007-04-11 19:12:52 +00:00 |
|
zYne
|
f7a7472cae
|
Foreign key exporting added
|
2007-03-21 22:11:18 +00:00 |
|
zYne
|
a2046460b5
|
Relation model rewrite, draft 2
|
2007-02-17 12:38:02 +00:00 |
|
zYne
|
a7d1bc5633
|
Cache implementation continues
|
2007-02-05 12:04:56 +00:00 |
|
zYne
|
7131ab9e95
|
|
2007-01-15 18:48:50 +00:00 |
|
zYne
|
2f4801fe27
|
added tests for sqlite import driver
|
2007-01-14 22:44:23 +00:00 |
|
zYne
|
bd46df215d
|
|
2007-01-07 23:52:15 +00:00 |
|
zYne
|
611c65e759
|
added null key handling for Doctrine_Collection
|
2006-12-30 00:50:54 +00:00 |
|
zYne
|
5d3a9160dc
|
added test case for Expression module base class
|
2006-12-28 00:07:32 +00:00 |
|
zYne
|
d1ad19fdd8
|
Modified the test structure
|
2006-12-27 21:20:26 +00:00 |
|
zYne
|
fcce6bd239
|
Updated transaction drivers, ORM core now uses the new Export API
|
2006-12-02 14:40:47 +00:00 |
|
zYne
|
6daa1e3443
|
fixed references to deprecated getTransaction() and getUnitOfWork() methods
|
2006-11-16 20:31:39 +00:00 |
|
zYne
|
cbc157fbae
|
replaced the old Doctrine_Db with new one
|
2006-11-11 20:00:30 +00:00 |
|
pookey
|
7d7c47070a
|
fixing case in files
|
2006-11-11 19:35:33 +00:00 |
|
pookey
|
b3c5aeb225
|
issues with case sensitivity
|
2006-11-11 10:54:55 +00:00 |
|
zYne
|
a0aa16bbea
|
Doctrine_Db updates
|
2006-11-08 10:18:15 +00:00 |
|
zYne
|
20f504253b
|
added Mysql export driver + updated some datadict drivers
|
2006-10-19 20:56:59 +00:00 |
|
zYne
|
bbc3d3f6be
|
Major change on how transactions are being handled: insert / update queries are now executed immediately and only deletes are being gathered (due to delete optimization strategies). Fixes #138, #135
|
2006-09-30 12:36:03 +00:00 |
|
jhassine
|
c57471091f
|
Unit tests' path problem fixed
|
2006-09-27 21:20:22 +00:00 |
|
pookey
|
08a4de4889
|
removing unneeded ini_set
|
2006-09-21 20:15:41 +00:00 |
|
zYne
|
ebad53b79d
|
Removed object cache and all references to it, ticket #89 fixed
|
2006-09-20 21:07:13 +00:00 |
|
zYne
|
871f3c418d
|
DQL enum type support (still not working for prepared queries)
|
2006-09-13 20:47:29 +00:00 |
|
zYne
|
5780e3b9b7
|
removed the compile call from unittestcase
|
2006-08-22 21:18:06 +00:00 |
|
zYne
|
a0958f7d0e
|
|
2006-08-21 23:20:33 +00:00 |
|
doctrine
|
bc3c8c2eb8
|
Docs updated
|
2006-08-08 09:07:55 +00:00 |
|
doctrine
|
e3df7b6bd0
|
|
2006-08-07 22:25:25 +00:00 |
|
doctrine
|
9c34cb2937
|
Started the building of Doctrine_ValueHolder
|
2006-08-07 09:55:46 +00:00 |
|
doctrine
|
69e3a7112e
|
Fixed: Sqlite compatibility issues
|
2006-06-25 18:34:53 +00:00 |
|
doctrine
|
f58535eba1
|
Nested many-to-many fetching
|
2006-06-08 22:11:36 +00:00 |
|
doctrine
|
d1ed73c6d9
|
Doctrine_Table::find now returns false if record is not found (instead of throwing InvalidKeyException)
|
2006-06-06 20:37:56 +00:00 |
|