1
0
mirror of synced 2024-12-13 14:56:01 +03:00
Commit Graph

3317 Commits

Author SHA1 Message Date
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
doctrine
eb0eb44dbd Compiler issues fixed 2006-08-07 22:40:06 +00:00
doctrine
e3df7b6bd0 2006-08-07 22:25:25 +00:00
doctrine
594e793285 EmptyEventListener -> Doctrine_EventListener_Empty 2006-08-07 22:12:45 +00:00
doctrine
94975e7ac8 2006-08-07 22:08:41 +00:00
doctrine
b65215830d Doctrine::compile fix 2006-08-07 22:03:55 +00:00
doctrine
536f011764 Huge performance boost: Doctrine::compile() 2006-08-07 21:49:01 +00:00
doctrine
485067cad7 Doctrine_Hydrate now abstract 2006-08-07 21:07:29 +00:00
doctrine
7f5844d1db Doctrine_Record_Exception: better handling of error messages 2006-08-07 20:58:09 +00:00
doctrine
9c34cb2937 Started the building of Doctrine_ValueHolder 2006-08-07 09:55:46 +00:00
doctrine
8d6c72cdcd added Doctrine_Record::merge() 2006-08-06 20:55:54 +00:00
doctrine
ae738ccb97 Some new manual code examples 2006-08-06 20:46:12 +00:00
doctrine
b7bf2265ef enhanced InvalidKeyException messages 2006-08-01 18:02:53 +00:00
doctrine
d052826003 dependency fix 2006-07-30 22:33:18 +00:00
doctrine
becda3e876 2006-07-30 21:37:54 +00:00
doctrine
d899509c25 minor bug fix 2006-07-30 21:37:07 +00:00
doctrine
7a020a524b support for normal identifiers 2006-07-27 18:31:18 +00:00
doctrine
ffe169cd03 2006-07-27 18:25:18 +00:00
doctrine
c4cba69935 Docs for Doctrine_Collection::loadRelated 2006-07-27 18:24:26 +00:00
doctrine
7119471b48 Doctrine_Collection::loadRelated() added 2006-07-27 17:51:19 +00:00
doctrine
3cd669ad9c [amadeus] added Record::has() and Table::hasForeignKey(),hasRelatedComponent() 2006-07-26 17:17:59 +00:00
doctrine
a20d0544dd CustomPrimaryKeyTestCase added 2006-07-26 17:09:00 +00:00
doctrine
990548d315 [romanb] Added a first documentation for the Locking Manager component 2006-07-24 17:25:24 +00:00
doctrine
3056d9daa5 new method: Doctrine_Table::count(), returns the number of records in specified table 2006-07-23 21:56:21 +00:00
doctrine
95bd6100a5 Manual added 2006-07-23 21:08:06 +00:00