1
0
mirror of synced 2024-12-13 06:46:03 +03:00
Commit Graph

4341 Commits

Author SHA1 Message Date
amadeus
11efc8e7cc Added exists() to check for existence of data, getColumnCount() as alias to count() and renamed has() to hasRelation() for clarity 2006-08-24 16:34:05 +00:00
jhassine
cc94b9392a * Yet improved draft for import (refs #11) 2006-08-23 23:26:49 +00:00
jhassine
5bf004083c * New draft for Doctrine import (refs #11) 2006-08-23 17:18:50 +00:00
zYne
70c57c7f08 Firebird LIMIT support updated, severe query parser bug fixed 2006-08-23 10:11:40 +00:00
jhassine
a972f78e79 * Doctrine import functionality draft (refs #11) 2006-08-22 21:44:18 +00:00
zYne
5780e3b9b7 removed the compile call from unittestcase 2006-08-22 21:18:06 +00:00
amadeus
843711bc32 Fixed missing quotes on Doctrine::classify() 2006-08-22 20:23:29 +00:00
zYne
3adb4338b1 2006-08-22 20:14:29 +00:00
zYne
8e3aead181 Tests updated for classify / tableize 2006-08-22 19:34:40 +00:00
zYne
80dad424a2 Doctrine_Collection docs updated 2006-08-22 18:36:34 +00:00
zYne
69fff9cdce Docs: Connection introduction added 2006-08-22 18:23:32 +00:00
zYne
fa61f3448f Missing Connection file added 2006-08-22 18:03:16 +00:00
zYne
7f7aa89874 Ip and blank validators updated 2006-08-22 08:47:27 +00:00
zYne
f554dac568 File names changed - Session -> Connection 2006-08-21 23:38:46 +00:00
zYne
1cc24ebc59 2006-08-21 23:21:16 +00:00
zYne
5f1c8d10b1 2006-08-21 23:21:01 +00:00
zYne
a0958f7d0e 2006-08-21 23:20:33 +00:00
zYne
66dce0416d 2006-08-21 23:19:48 +00:00
zYne
034744caeb 2006-08-21 23:19:15 +00:00
zYne
f10d1fca7e 2006-08-21 23:16:55 +00:00
zYne
58f09c40f8 2006-08-21 23:15:17 +00:00
zYne
5f05818c8d Docs updated Session -> Connection 2006-08-21 22:55:11 +00:00
zYne
6fffa9e68d Manual codes updated Session -> Connection 2006-08-21 22:51:27 +00:00
zYne
acced2b987 DQL Limit now works with normal many-to-many relations as well as many-to-many relations using column aggregation inheritance 2006-08-21 22:24:09 +00:00
zYne
7ca5397054 Session flushing bug with proxy objects fixed 2006-08-21 22:04:13 +00:00
zYne
bdce1d8d62 little DQL LIMIT fix 2006-08-21 21:04:20 +00:00
zYne
beda312f1c DQL Limit now works with prepared queries 2006-08-21 20:36:11 +00:00
zYne
f3c0a27d6b Ability to pass null to rawSql / Query constructor, Doctrine uses then the current connection 2006-08-21 19:48:24 +00:00
amadeus
392683e10d Added Doctrine::tableize(), Doctrine::classify() and DataDict::isValidClassname() for proper table naming. Fixed Table() to accept these (more need to be changed such as rawsql).Also fixed unbind method (missing argument) 2006-08-21 15:30:18 +00:00
zYne
b887ca946f Transaction introduction updated 2006-08-21 11:18:28 +00:00
zYne
8755e5ab50 DQL - SQL conversion LIMIT clause parsing examples added 2006-08-21 10:43:44 +00:00
zYne
45bca0358a Docs updated 2006-08-21 10:16:36 +00:00
zYne
f44cc73215 Minor rawSql fix 2006-08-20 19:25:04 +00:00
zYne
38a4a23c5e rawSql parser fixed 2006-08-20 19:21:52 +00:00
zYne
5059dbc90d Sqlite Datadict updated, Doctrine_Record::merge fixed 2006-08-20 18:52:07 +00:00
zYne
33d8f27e8e Started seamless changing of the name Session to Connection 2006-08-17 22:53:52 +00:00
zYne
c9b9017985 Docs updated, more tests for DQL LIMIT 2006-08-17 09:42:18 +00:00
zYne
75a2dea3b1 Minor testcase fix 2006-08-16 09:21:47 +00:00
zYne
593d5bb847 DQL LIMIT improved 2006-08-16 09:17:43 +00:00
zYne
ee4b46adea Doctrine now throws exception if instances are tried being created 2006-08-15 23:49:58 +00:00
zYne
f7602a3bf5 DQL Limit rewrite 2006-08-15 23:25:53 +00:00
zYne
2e0330bfba added Query Limit TestCase 2006-08-15 21:45:00 +00:00
pookey
b022675ab7 little refactorings 2006-08-15 21:33:41 +00:00
pookey
e75f3598c3 Relation fetching refactoring 2006-08-15 21:33:18 +00:00
pookey
76081664b5 Empty values now pass email validator 2006-08-15 21:32:59 +00:00
pookey
f5e54ad77c Doctrine_Session_Mssql::modifyLimitQuery() added 2006-08-15 21:32:33 +00:00
pookey
46965043be Boolean type checking fixed 2006-08-15 21:31:59 +00:00
doctrine
3a7f9b0e92 Added exception throwing for unknown data types,
deprecated short data type names 's', 'i' etc.
2006-08-08 20:31:45 +00:00
doctrine
dc92af1442 Tree component interface preview 2006-08-08 19:26:28 +00:00
doctrine
bc3c8c2eb8 Docs updated 2006-08-08 09:07:55 +00:00