zYne
f19a17b02b
added datadict mysql driver, fixes #114
...
Ticket: 114
2006-09-25 21:16:08 +00:00
zYne
cec372dfe1
Doctrine_DataDict_Sqlite driver
2006-09-25 21:08:02 +00:00
pookey
70ebe0d9af
concept of how we might pass params to the test script
2006-09-25 08:42:15 +00:00
jhassine
6dd9bddc71
If tests are run from command line uses text reporter instead of HTML.
2006-09-25 07:10:37 +00:00
zYne
4bb224a3fc
2006-09-24 19:57:58 +00:00
zYne
6ca06a6a35
added missing class: Doctrine_DB_Statement
2006-09-24 19:55:35 +00:00
zYne
617213b8ca
fixed tests
2006-09-24 19:54:55 +00:00
zYne
96177e3e22
Added unit tests to cover all eventlistener events, fixed fatal transaction bug
2006-09-24 19:38:45 +00:00
pookey
0a8123cf7a
the start of a new system to allow a defined DSN to be used for testing
2006-09-24 17:11:05 +00:00
zYne
0d7ddf3bab
Removed deprecated exceptions: InvalidTypeException, InvalidKeyException and DQLException
2006-09-24 12:58:07 +00:00
zYne
ddca18a141
Removed InvalidKeyException references from Doctrine_Table
2006-09-24 12:55:25 +00:00
zYne
70f76a8371
fixes #105
2006-09-24 12:50:39 +00:00
zYne
d4e0b7165e
added Doctrine_Overloadable
2006-09-24 12:47:51 +00:00
zYne
75fed36589
added static method driverName
2006-09-24 10:00:44 +00:00
zYne
a184f4ba5e
added license
2006-09-24 09:56:23 +00:00
zYne
ffde5546f8
fixes #104
2006-09-24 09:52:04 +00:00
zYne
2b7d2db938
Ticket: 109
2006-09-24 09:42:37 +00:00
zYne
d46cacf233
2006-09-24 09:28:27 +00:00
zYne
1278934f83
Fixed #108
...
Ticket: 108
2006-09-23 17:02:30 +00:00
romanb
d94d5ec1cb
- Fixes and changes to Doctrine_Compiler
...
- Added a small cli script to run the compiler from the command line. The script requires the Doctrine base directory (the directory where Doctrine.php and the Doctrine folder is in) and the target file as its parameters.
Example: ./dev/Doctrine/ ./dev/myproject/BundledClasses.php
2006-09-23 14:31:17 +00:00
Tanken
110a6764e8
Added a unit test for access of one-to-one related object from the foreign side. See ticket #108
2006-09-23 11:56:57 +00:00
zYne
bcbdba0e78
New Doctrine_DB enhancements
2006-09-23 10:44:39 +00:00
jhassine
a773997d29
Added some Subversion properties in order to integrate version control with the issue tracking system. Some sophisticated SVN clients e.g. TortoiseSVN or Subclipse will show issue ID's and make link to the issue tracking URL in the log messages and ask for a ticket number when commiting. A ticket number is now asked which can be ignored.
2006-09-23 02:18:32 +00:00
zYne
0173d0aaed
Small fix
2006-09-22 22:29:06 +00:00
zYne
e49a686a3b
some event hooks added
2006-09-22 22:16:12 +00:00
zYne
6ef092c661
The skeleton for Doctrine_DB_Profiler
2006-09-22 21:46:03 +00:00
zYne
cf0b64edb2
fixes #107
2006-09-22 21:45:33 +00:00
zYne
0490d7bc47
Fixes #106
2006-09-22 21:44:23 +00:00
zYne
10e7d416c3
Doctrine_DB_TestCase, Doctrine_DB_Exception added, enhanced parseDSN method
2006-09-22 21:20:21 +00:00
romanb
09d249e549
- Lazy connections possible through Doctrine_Manager::addDSN($dsn, $connectionName). Connections will then be opened automatically when they are requested the first time.
...
Changes concerning multiple connection control:
- injection of the Connection object into the Doctrine_Table constructor, instead of a static lookup.
- added optional Connection parameter to save/delete of Doctrine_Record and Doctrine_Collection
2006-09-22 19:23:57 +00:00
pookey
a1bed77af2
added boolean test case
2006-09-22 08:07:49 +00:00
elliot
222724f7b3
Added a leaner dsn parser for consideration
2006-09-22 02:22:35 +00:00
pookey
8ea7b0b8b5
boolean test case added (currently fails on selecting when false)
2006-09-21 21:18:30 +00:00
zYne
1862f00fc6
new Doctrine_DB to the draft
2006-09-21 21:09:58 +00:00
pookey
08a4de4889
removing unneeded ini_set
2006-09-21 20:15:41 +00:00
zYne
fcdcb57f4f
Added the missing test case
2006-09-21 19:38:46 +00:00
zYne
abc5f59a27
fixes #98 , also added some doc blocks
2006-09-21 17:23:26 +00:00
zYne
a25913ab7a
Removed deprecated events, fixes #97
2006-09-21 17:14:20 +00:00
zYne
270bf92273
added some doc blocks
2006-09-21 17:07:05 +00:00
pookey
3be1d00281
refs #62 - beginning of test case NOT COMPLETE - I haven't got the testing framework running on my machine yet
2006-09-21 15:09:48 +00:00
pookey
9975da2359
fixes #92 and reverts a function name change I did for no reason (and third test of post-commit script...)
2006-09-21 14:42:27 +00:00
pookey
3db504e899
fixes #92 (and second test of post-commit script...)
2006-09-21 14:40:13 +00:00
pookey
2ff5d01f7d
fixes #92 (and first test of post-commit script...)
2006-09-21 14:38:50 +00:00
pookey
c8e5c3e4e3
pookey: fixes #92
2006-09-21 14:33:15 +00:00
pookey
0ad201e516
pookey: fixes to eventlistner chain
2006-09-21 12:36:21 +00:00
zYne
84aef7c76e
small fix
2006-09-21 12:17:26 +00:00
zYne
6402b73b08
Fixed Doctrine_EventListener_Chain, renamed onPreSetProperty to onSetProperty
2006-09-21 12:15:48 +00:00
romanb
0a46071206
Small fix in Doctrine_Cache_Query_Sqlite.php
2006-09-21 10:04:50 +00:00
amadeus
eb3300270f
fixed missing links and mispell
2006-09-21 04:03:03 +00:00
pookey
ff19c0d591
fixing typo
2006-09-21 00:17:22 +00:00