|
46ca22d912
|
Implemented update method
|
2012-03-13 09:59:34 -04:00 |
|
|
a29d3a2361
|
More method scaffolding
|
2012-03-12 16:43:02 -04:00 |
|
|
be46ca3f90
|
Reorganize query_builder method order
|
2012-03-12 16:17:30 -04:00 |
|
|
d74e1907dd
|
Added truncate tests to firebird/sqlite test suites
|
2012-03-12 16:09:12 -04:00 |
|
|
9d33c5e8f0
|
Generalized query_builder '_reset' method
|
2012-03-12 15:46:55 -04:00 |
|
|
4701cbfe65
|
Removed duplicate 'join' method
|
2012-03-12 15:32:04 -04:00 |
|
|
0eb9de2ba6
|
Implement set method
|
2012-03-12 15:28:52 -04:00 |
|
|
e3ba364dd6
|
Scaffolding for additional query builder methods
|
2012-03-12 14:09:58 -04:00 |
|
|
1371ea7af5
|
Added at least one test to every test suite.
|
2012-03-12 11:17:49 -04:00 |
|
|
232de2f92c
|
Test reorganization
|
2012-03-09 16:30:33 -05:00 |
|
|
80a878d16e
|
Split query builder tests
|
2012-03-09 16:17:21 -05:00 |
|
|
6e454f4585
|
Added limit method to query builder
|
2012-03-09 15:55:56 -05:00 |
|
|
ab194c0ee8
|
Added 'from' method to query_builder
|
2012-03-09 14:27:13 -05:00 |
|
|
0654b94793
|
Move QB tests into their own test cases, remove create/delete table tests
|
2012-03-09 13:42:02 -05:00 |
|
|
f8153dcdf8
|
Speed up unit tests
|
2012-03-09 13:15:56 -05:00 |
|
|
c61df13fbc
|
Fix get-where tests
|
2012-03-09 12:52:35 -05:00 |
|
|
6b6660585c
|
Query builder 'where' method
|
2012-03-09 11:56:14 -05:00 |
|
|
913993c963
|
Fix tests
|
2012-03-09 08:26:16 -05:00 |
|
|
6bd17a2150
|
SQLite Test, FIx syntax error
|
2012-03-09 08:10:37 -05:00 |
|
|
c4f1fd3e0d
|
Query Builder select method
|
2012-03-09 08:04:47 -05:00 |
|
|
80b77487eb
|
Various cleanup
|
2012-03-08 13:29:30 -05:00 |
|
|
0856de65fc
|
Some Query Builder tests
|
2012-03-08 12:37:33 -05:00 |
|
|
1cbfb0a0e3
|
Query builder firebird tests
|
2012-03-08 09:15:42 -05:00 |
|
|
5e9bd131d1
|
added hostname to firebird test connection
|
2012-03-07 21:02:47 -05:00 |
|
|
7516b73aca
|
Added connection registry
|
2012-03-07 18:57:52 -05:00 |
|
|
7bc8bce9fa
|
More file rearrangement, some scaffolding for query_builder class
|
2012-03-07 16:52:51 -05:00 |
|
|
7568afefa6
|
Revert "Firebird exceptions"
This reverts commit e89a2cedba .
|
2012-03-07 15:21:44 -05:00 |
|
|
e89a2cedba
|
Firebird exceptions
|
2012-03-07 14:50:45 -05:00 |
|
|
b75209d486
|
Added success dialog back to connection test method
|
2012-03-07 11:37:13 -05:00 |
|
|
4acf07da4c
|
Fixed exception throwing conditions
|
2012-03-07 11:32:20 -05:00 |
|
|
80946c2575
|
Convert php errors to exceptions
|
2012-03-07 11:26:45 -05:00 |
|
|
c8c5650156
|
Remove debugging statement
|
2012-03-07 08:08:41 -05:00 |
|
|
d555412826
|
Firebird driver now throws PDOException
|
2012-03-06 21:32:49 -05:00 |
|
|
83e949d7f2
|
Removed native pdo firebird driver
|
2012-03-06 21:07:34 -05:00 |
|
|
4ee3c3ea43
|
More sqlite tests
|
2012-03-06 16:57:43 -05:00 |
|
|
9d2ceb49e6
|
More Firebird tests
|
2012-03-06 16:53:40 -05:00 |
|
|
ee8bbc61a7
|
Fix non matching declaration in odbc_sql class
|
2012-03-06 16:22:26 -05:00 |
|
|
6fc5d5d9db
|
Revert "Firebird refactoring"
This reverts commit 46771a7725 .
|
2012-03-06 16:20:59 -05:00 |
|
|
4b8dd18ed8
|
Revert changes to firebird-ibase driver
|
2012-03-06 16:18:50 -05:00 |
|
|
46771a7725
|
Firebird refactoring
|
2012-03-06 15:54:59 -05:00 |
|
|
cee3bf8412
|
Type hinting
|
2012-03-06 10:58:38 -05:00 |
|
|
e3fefa1aca
|
Fixed part of firebird tests with native driver
|
2012-03-05 16:14:35 -05:00 |
|
|
c481827935
|
Fixed a path issue
|
2012-03-05 15:18:17 -05:00 |
|
|
4ec361ea18
|
Added PDO-native firebird driver
Renamed ibase_* based driver to firebird-ibase.php
|
2012-03-05 15:15:27 -05:00 |
|
|
7859c6ff2d
|
Fix tests broken by bad reference placement
|
2012-03-05 13:02:39 -05:00 |
|
|
6483578772
|
Added Database name field to db conection window
|
2012-03-02 19:05:46 -05:00 |
|
|
e195577771
|
Fixed Fatal Error
|
2012-03-02 18:00:20 -05:00 |
|
|
f0b6788a33
|
Better connection testing
|
2012-03-02 16:56:05 -05:00 |
|
|
98ec8cd411
|
Various improvements
|
2012-03-02 10:00:31 -05:00 |
|
|
32c4b78de8
|
Fixed fatal E_STRICT error on Windows
|
2012-03-01 20:50:31 -05:00 |
|