Commit Graph

340 Commits

Author SHA1 Message Date
Timothy Warren 5e9bd131d1 added hostname to firebird test connection 2012-03-07 21:02:47 -05:00
Timothy Warren 7516b73aca Added connection registry 2012-03-07 18:57:52 -05:00
Timothy Warren 7bc8bce9fa More file rearrangement, some scaffolding for query_builder class 2012-03-07 16:52:51 -05:00
Timothy Warren 7568afefa6 Revert "Firebird exceptions"
This reverts commit e89a2cedba.
2012-03-07 15:21:44 -05:00
Timothy Warren e89a2cedba Firebird exceptions 2012-03-07 14:50:45 -05:00
Timothy Warren b75209d486 Added success dialog back to connection test method 2012-03-07 11:37:13 -05:00
Timothy Warren 4acf07da4c Fixed exception throwing conditions 2012-03-07 11:32:20 -05:00
Timothy Warren 80946c2575 Convert php errors to exceptions 2012-03-07 11:26:45 -05:00
Timothy Warren c8c5650156 Remove debugging statement 2012-03-07 08:08:41 -05:00
Timothy Warren d555412826 Firebird driver now throws PDOException 2012-03-06 21:32:49 -05:00
Timothy Warren 83e949d7f2 Removed native pdo firebird driver 2012-03-06 21:07:34 -05:00
Timothy Warren 4ee3c3ea43 More sqlite tests 2012-03-06 16:57:43 -05:00
Timothy Warren 9d2ceb49e6 More Firebird tests 2012-03-06 16:53:40 -05:00
Timothy Warren ee8bbc61a7 Fix non matching declaration in odbc_sql class 2012-03-06 16:22:26 -05:00
Timothy Warren 6fc5d5d9db Revert "Firebird refactoring"
This reverts commit 46771a7725.
2012-03-06 16:20:59 -05:00
Timothy Warren 4b8dd18ed8 Revert changes to firebird-ibase driver 2012-03-06 16:18:50 -05:00
Timothy Warren 46771a7725 Firebird refactoring 2012-03-06 15:54:59 -05:00
Timothy Warren cee3bf8412 Type hinting 2012-03-06 10:58:38 -05:00
Timothy Warren e3fefa1aca Fixed part of firebird tests with native driver 2012-03-05 16:14:35 -05:00
Timothy Warren c481827935 Fixed a path issue 2012-03-05 15:18:17 -05:00
Timothy Warren 4ec361ea18 Added PDO-native firebird driver
Renamed ibase_* based driver to firebird-ibase.php
2012-03-05 15:15:27 -05:00
Timothy Warren 7859c6ff2d Fix tests broken by bad reference placement 2012-03-05 13:02:39 -05:00
Timothy Warren 6483578772 Added Database name field to db conection window 2012-03-02 19:05:46 -05:00
Timothy Warren e195577771 Fixed Fatal Error 2012-03-02 18:00:20 -05:00
Timothy Warren f0b6788a33 Better connection testing 2012-03-02 16:56:05 -05:00
Timothy Warren 98ec8cd411 Various improvements 2012-03-02 10:00:31 -05:00
Timothy Warren 32c4b78de8 Fixed fatal E_STRICT error on Windows 2012-03-01 20:50:31 -05:00
Timothy Warren 9e8f690214 Added test connection button to add_db dialog
Addresses issue #5
2012-03-01 16:46:26 -05:00
Timothy Warren 071f23b327 fix type 2012-03-01 13:07:08 -05:00
Timothy Warren 8886218c66 More Query Builder additions 2012-03-01 12:05:32 -05:00
Timothy Warren 8b404a9465 Various error fixes 2012-03-01 08:10:13 -05:00
Timothy Warren ab6965cda6 Started "get" method of query builder
, added "quote_ident" method to db classes
2012-02-29 21:06:07 -05:00
Timothy Warren 955537cdb7 Added limit clause to db drivers 2012-02-29 18:33:21 -05:00
Timothy Warren dafbdbf4d2 Started SSH class for tunneled connections 2012-02-29 16:53:07 -05:00
Timothy Warren 015da3778c Fix README typo 2012-02-29 16:27:42 -05:00
Timothy Warren e7e54238b8 Added 'How to run' section to README 2012-02-29 16:26:38 -05:00
Timothy Warren adcaa52b40 More directory re-arrangement 2012-02-29 16:14:21 -05:00
Timothy Warren 5f6dfd9020 Remove superfluous sqlite test file 2012-02-29 15:26:01 -05:00
Timothy Warren a9c9ff14cb Remove unecessary sqlite test file 2012-02-29 15:25:35 -05:00
Timothy Warren ee287a5acb Updated README files 2012-02-29 15:03:51 -05:00
Timothy Warren 62f5d05849 Started query builder class, renamed _manip classes to _sql 2012-02-29 14:36:42 -05:00
Timothy Warren 8fe6ec478c Added table filtering to backup_data method of firebird driver 2012-02-29 10:58:36 -05:00
Timothy Warren da6d485785 Firebird test tweak 2012-02-29 08:57:43 -05:00
Timothy Warren b2c624c9dc Firebird backup_data tweak 2012-02-28 22:54:08 -05:00
Timothy Warren fde790b8cb Fixed firebird driver 2012-02-28 22:45:32 -05:00
Timothy Warren 9f6f53a06a Improve PDO compatibility of Firebird driver 2012-02-28 22:28:41 -05:00
Timothy Warren d3d8e2e1af Minor formatting changes 2012-02-28 22:07:13 -05:00
Timothy Warren 642b17b28f Fix backup_data method for Firebird driver 2012-02-28 20:53:16 -05:00
Timothy Warren 105a086603 Implemented quote and backup_data methods in firebird driver 2012-02-28 20:44:14 -05:00
Timothy Warren 451d883242 Implemented backup_data method for sqlite driver 2012-02-28 17:44:34 -05:00