zYne
34ecd30498
Doctrine_Query::where() now accepts prepared statement parameters
2006-11-08 19:12:16 +00:00
zYne
188520e946
Added missing runtime classes to compiler runtime classes list
2006-11-08 12:23:18 +00:00
zYne
0cdd144bd5
Added portable error code constants to Doctrine_Db, errorCodeMaps to sqlite and mysql drivers
2006-11-08 12:11:55 +00:00
zYne
a0aa16bbea
Doctrine_Db updates
2006-11-08 10:18:15 +00:00
zYne
fef149dd62
Doctrine_Db_* updates
2006-11-07 23:12:05 +00:00
chtito
21cde0e7b9
new fix to #146
2006-11-06 18:34:10 +00:00
zYne
29ce606beb
added createQuery
2006-11-06 18:25:39 +00:00
pookey
b0129fb2c3
moving the DB directory to Db
2006-11-06 18:03:49 +00:00
pookey
e640e78aa8
missed some from previous commit
2006-11-06 18:02:42 +00:00
pookey
60985b5697
renaming all DB references to Db
2006-11-06 18:00:35 +00:00
pookey
4e0476f20d
intermediate commit - see my next commit message
2006-11-06 17:56:41 +00:00
zYne
b6ffa045d4
2006-11-06 17:56:14 +00:00
pookey
1d5bdee6c9
rolling back r587, reopening #146 - this breaks creating new objects.
2006-11-06 14:28:09 +00:00
chtito
d466830722
fixes for #218 and #219
2006-11-06 07:10:06 +00:00
chtito
1727a3e9c1
fix for #207
2006-11-06 07:08:33 +00:00
chtito
63d84e18e9
fix for #146
2006-11-06 07:06:10 +00:00
pookey
db4634557f
fixing typo
2006-11-05 20:23:54 +00:00
zYne
319b645daa
Fixes #221
2006-11-05 20:17:07 +00:00
zYne
bd776a680a
DQL: support for DISTINCT keyword in aggregate functions, fixes #220
2006-11-05 20:08:34 +00:00
zYne
ba4c83ef3a
Total rewrite for DQL alias model: now using short aliases instead of long aliases (needed for Oracle portability).
2006-11-05 19:24:28 +00:00
runa
185c334710
support for FKs, indented with spaces
2006-11-03 20:18:59 +00:00
runa
33b23eda3b
Added setRelation and getRelations
2006-11-03 20:18:12 +00:00
runa
870ce44263
Relation is the relation between 1 column in the local table and 1 column in a second table
2006-11-03 20:17:16 +00:00
runa
36e69bebc5
added listTableConstraints
2006-11-03 20:16:19 +00:00
runa
cdd49b76de
removed since the correct file is DBTestCase.php
2006-11-03 19:26:57 +00:00
zYne
00ed2c1956
2006-11-03 10:28:48 +00:00
zYne
2021baf2fd
2006-11-02 21:51:43 +00:00
zYne
9e35702c4d
Sqlite driver: added support for md5, mod and concat
2006-11-02 13:34:33 +00:00
zYne
76f4bfb90d
tmp name for a file
2006-11-01 18:33:51 +00:00
zYne
b75ef330d4
Fixed pgsql limit subquery algorithm
2006-11-01 17:08:35 +00:00
zYne
6b4e032857
Added Doctrine_Connection::queryOne()
2006-11-01 15:07:04 +00:00
Tanken
ad595dd839
fixed declaration of Doctrine_Connection_Pgsql::modifyLimitQuery and Doctrine_Connection_Common::modifyLimitQuery to be the same
2006-11-01 14:00:08 +00:00
zYne
65d4158c71
Removed getState() and concat() methods from mysql driver, getState() is not needed (it resides at transaction class) and concat is located at mysql expression driver
2006-11-01 11:25:53 +00:00
zYne
051077c6d7
Sqlite driver updated
2006-11-01 11:08:15 +00:00
zYne
dcc59843a0
Firebird, mssql, mysql, oracle and pgsql connection drivers updated
2006-11-01 10:59:23 +00:00
zYne
87f9122f7d
Updated pgsql connection driver
2006-11-01 10:31:49 +00:00
zYne
1df7817b37
Added supported array to pgsql driver
2006-11-01 10:12:34 +00:00
zYne
466b0be17d
Updated informix, mssql and pgsql connection drivers
2006-11-01 10:05:26 +00:00
zYne
c1f8dddb3a
Fixes #214 , added exception classes for all drivers
2006-11-01 10:04:04 +00:00
zYne
3248d5e410
Firebird connection driver updated
2006-11-01 09:51:12 +00:00
runa
b219cf4c95
create a db schema for the current connection
2006-10-31 18:50:45 +00:00
runa
f4df5424f4
listTables and listDatabases should return a 1 dimension array
2006-10-31 18:48:13 +00:00
runa
3f407e5d57
adds build function to export all databases in the passed $schema
2006-10-31 18:37:04 +00:00
runa
286dfdebad
added bogus getState function (needed to print $conn)
2006-10-31 18:32:25 +00:00
runa
0fb5f14717
added addTable and getTables methods
2006-10-31 18:30:17 +00:00
runa
a94c714af1
added getDatabases and addDatabase methods
2006-10-31 18:29:48 +00:00
runa
52aa5845b6
set primary, autoincrement and unique attributes
2006-10-31 18:27:16 +00:00
runa
0148078757
detect autoincrement columns
2006-10-31 18:24:14 +00:00
zYne
2704af6435
Little fix
2006-10-31 18:05:15 +00:00
romanb
4433e6ff40
Introduced constants: Doctrine::ATTR_AUTO_LENGTH_VLD and Doctrine::ATTR_AUTO_TYPE_VLD.
...
Both default to TRUE. If set to false, you need to explicitly specify "length" and/or "type" in the parameter of hasColumn that specifies the validators for that column.
2006-10-31 18:03:48 +00:00