|
|
|
@123
|
[123]
|
08/21/08 19:13:27 |
dwhittle |
fixed merged issue for getDate method in mysqli |
|
|
|
@122
|
[122]
|
08/19/08 18:05:44 |
dwhittle |
fixed timestamps in mysqli + php > 5.2.4 … |
|
|
|
@121
|
[121]
|
05/29/08 22:44:02 |
rsyring |
Another backslash-in-the-require-path problem |
|
|
|
@120
|
[120]
|
05/29/08 21:54:55 |
rsyring |
fixed a bug with this file having backward slashes for require statements |
|
|
|
@119
|
[119]
|
05/29/08 18:41:29 |
rsyring |
fixed a path case bug that gave an error when running on case sensitive … |
|
|
|
@117
|
[117]
|
05/29/08 04:35:10 |
rsyring |
added note about changelog not being kept up to date and gave link to … |
|
|
|
@116
|
[116]
|
05/27/08 17:25:30 |
mlewellyn |
Fix for ticket 86 - MySQLiConnection - calls set_charset to handle … |
|
|
|
@115
|
[115]
|
03/29/08 20:13:17 |
rsyring |
Added tests and code related to long column names in SQLite (i.e. when the … |
|
|
|
@114
|
[114]
|
03/29/08 17:17:41 |
rsyring |
classes/creole/util/sql/SQLStatementExtractor.php: fixed a problem with … |
|
|
|
@113
|
[113]
|
03/29/08 04:55:51 |
rsyring |
Added very rudimentary support for statements with sub-statements ending … |
|
|
|
@112
|
[112]
|
03/19/08 18:18:36 |
mlewellyn |
For ticket #82:
MSSQLConnection - Updated applyLimit to manipulate SQL to … |
|
|
|
@111
|
[111]
|
03/15/08 05:20:09 |
rsyring |
Forgot to add same sqlite changes for #43 to main sqlite driver, added … |
|
|
|
@110
|
[110]
|
03/15/08 05:14:46 |
rsyring |
fixed #43 |
|
|
|
@109
|
[109]
|
03/15/08 04:58:31 |
rsyring |
mapped phptype 'sqlite3' to the pdosqlite driver. We can now use … |
|
|
|
@108
|
[108]
|
03/15/08 04:42:14 |
rsyring |
added initial support for postgres schemas for #45 |
|
|
|
@107
|
[107]
|
03/15/08 03:28:31 |
rsyring |
DriverTestManager?.php: allows you to "alias" a driver to a different … |
|
|
|
@106
|
[106]
|
03/15/08 02:55:38 |
rsyring |
DriverTestManager?.php: have to set the name manually for the PHPUnit test … |
|
|
|
@105
|
[105]
|
03/15/08 02:40:24 |
rsyring |
modified the metadata information for the mysqli driver to pull from the … |
|
|
|
@104
|
[104]
|
03/15/08 02:37:59 |
rsyring |
added the ability to limit which test suites are run to speed up testing … |
|
|
|
@103
|
[103]
|
03/14/08 21:37:23 |
rsyring |
fixed #30: Creole savepoints patch |
|
|
|
@102
|
[102]
|
03/14/08 21:19:03 |
rsyring |
fixed #64: MSSQLResultSet::next() error when running with Debian … |
|
|
|
@101
|
[101]
|
03/14/08 21:13:10 |
rsyring |
- fixed #62: MySQL driver ROLLBACK & COMMIT result not checked
- added … |
|
|
|
@100
|
[100]
|
03/14/08 21:04:01 |
rsyring |
pgsql/PgSQLConnection.php: wrap connection with track_errors ini … |
|
|
|
@99
|
[99]
|
03/14/08 19:37:14 |
rsyring |
fixed #61: bugs in ODBCPreparedStatement (need to test once I get ODBC … |
|
|
|
@98
|
[98]
|
03/14/08 19:07:06 |
rsyring |
fixed #41: writing to Oracle-table with timestamp-column failes (needs … |
|
|
|
@97
|
[97]
|
03/14/08 17:44:12 |
rsyring |
OCI8TableInfo.php: fixed #70 -- but currently untested as I can seem to … |
|
|
|
@96
|
[96]
|
03/14/08 17:39:51 |
rsyring |
OCI8Connection.php: whitespace change
OCI8StatementTest.php: correct … |
|
|
|
@95
|
[95]
|
01/11/08 22:12:58 |
rsyring |
Created meta data tests for MSSQL and fixed issue #57 |
|
|
|
@94
|
[94]
|
01/11/08 21:46:47 |
rsyring |
pdosqlite meta data works now, implemented tests for sqlite meta data and … |
|
|
|
@93
|
[93]
|
01/11/08 18:54:25 |
rsyring |
fixed #80 and added tests related to it for sqlite, pdosqlite, and mssql |
|
|
|
@92
|
[92]
|
01/11/08 17:33:49 |
rsyring |
ticket #37 resolved |
|
|
|
@91
|
[91]
|
01/11/08 17:33:15 |
rsyring |
added test suite for Jargon, only the JargonQueryTest? is implamented, but … |
|
|
|
@90
|
[90]
|
01/11/08 06:11:15 |
rsyring |
#36: various wrong variable names; should still create tests for these … |
|
|
|
@89
|
[89]
|
01/11/08 05:50:22 |
rsyring |
MSSQLCallableStatementTest.php: doesn't do much right now, but we can … |
|
|
|
@88
|
[88]
|
01/11/08 05:47:00 |
rsyring |
TableInfoTest?.php: testGetColumn_Scale() seemed to be using the wrong type … |
|
|
|
@87
|
[87]
|
01/11/08 05:46:03 |
rsyring |
MySQLTableInfoTest.php: some changes so that the test would run without … |
|
|
|
@86
|
[86]
|
01/11/08 05:43:36 |
rsyring |
Changed the way we tested for automatic rtrim() functioning by using … |
|
|
|
@85
|
[85]
|
01/11/08 05:36:29 |
rsyring |
undo accidental commits from R84 |
|
|
|
@84
|
[84]
|
01/11/08 05:24:40 |
rsyring |
drivers/pgsql/PgSQLResultSet.php: reverted some changes from R73 that … |
|
|
|
@83
|
[83]
|
01/11/08 05:22:54 |
rsyring |
drivers/mssql/MSSQLResultSet.php: needed its own getTime() b/c mssql … |
|
|
|
@82
|
[82]
|
01/11/08 03:29:17 |
rsyring |
MSSQLCallableStatement.php: removing erroneous debug code, I think I have … |
|
|
|
@81
|
[81]
|
01/11/08 03:25:28 |
rsyring |
Further modification of the SQLStatementExtractor b/c of double dashes in … |
|
|
|
@80
|
[80]
|
01/11/08 02:40:14 |
rsyring |
Fixed SQLStatementExtractor and related tests |
|
|
|
@79
|
[79]
|
01/10/08 22:00:52 |
rsyring |
classes/creole/Creole.php: comment out warning that is issued when the … |
|
|
|
@78
|
[78]
|
11/27/07 19:38:43 |
dwhittle |
dwhittle: refactored import method to check if class is already loaded … |
|
|
|
@77
|
[77]
|
11/16/07 14:27:30 |
rsyring |
function_development.php: added testp() as alias of test_p() |
|
|
|
@76
|
[76]
|
11/16/07 14:26:07 |
rsyring |
issue #46 & issue #65: some locale's were sending a comma ',' as the … |
|
|
|
@73
|
[73]
|
11/16/07 06:26:42 |
rsyring |
MERGED: trunk R18-53 (R54 was not included because it broke a bunch of … |
|
|
|
@72
|
[72]
|
11/16/07 05:59:40 |
rsyring |
Merged branch 1.1 R64-65: Error caused by PHP bug fix … |
|
|
|
@71
|
[71]
|
11/16/07 05:52:34 |
rsyring |
Clob.php: "throw Exception" ==> "throw new Exception" |
|
|
|
@70
|
[70]
|
11/16/07 05:36:41 |
rsyring |
creole/common/PreparedStatementCommon.php: fixed indentation … |
|
|
|
@69
|
[69]
|
11/16/07 03:54:31 |
rsyring |
test/etc/db/sql/mssql/creoletest-schema.sql: edited the SQL so that it was … |
|
|
|
@68
|
[68]
|
11/16/07 03:41:18 |
rsyring |
Creole.php: hide php warning when not able to include a file. This is … |
|
|
|
@64
|
[64]
|
09/08/07 20:22:45 |
rsyring |
Branching erroneous 2.0 branch to 1.2 (which it should have been in the … |
|
copied from branches/2.0:
|
|
|
|
@62
|
[62]
|
09/08/07 20:19:16 |
rsyring |
classes/creole/CreoleTypes.php: getType() an getNativeType() both needed … |