|
|
|
@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 … |
|
|
|
@74
|
[74]
|
11/16/07 06:35:26 |
rsyring |
Added file with notice to put all commits in 1.2 branch |
|
|
|
@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 … |
|
|
|
@67
|
[67]
|
11/16/07 03:24:51 |
rsyring |
Deleting erroneous 2.0 branch. I created it by mistake. |
|
|
|
@66
|
[66]
|
11/16/07 00:20:18 |
hans |
Fixing sequence fetch query (which was already fixed in 1.2) |
|
|
|
@65
|
[65]
|
11/05/07 18:59:18 |
mp |
Error caused by PHP bug fix http://bugs.php.net/bug.php?id=41523. … |
|
|
|
@64
|
[64]
|
09/08/07 20:22:45 |
rsyring |
Branching erroneous 2.0 branch to 1.2 (which it should have been in the … |
|
|
|
@63
|
[63]
|
09/08/07 20:21:14 |
rsyring |
Sorry, I originally branched 1.1 to 2.0, but I meant to branch to 1.2. … |
|
|
|
@62
|
[62]
|
09/08/07 20:19:16 |
rsyring |
classes/creole/CreoleTypes.php: getType() an getNativeType() both needed … |
|
|
|
@61
|
[61]
|
09/08/07 19:31:31 |
rsyring |
Fixes #31 - Bug in postgres sequences metadata |
|
|
|
@60
|
[60]
|
09/08/07 19:07:41 |
rsyring |
PHPUnit2 => PHPUnit |
|
|
|
@59
|
[59]
|
09/08/07 18:59:51 |
rsyring |
classes/common/PreparedStatementCommon.php: fixed indentation, made … |
|
|
|
@58
|
[58]
|
09/08/07 18:24:44 |
rsyring |
Branching to 2.0 from 1.1 |
|
|
|
@57
|
[57]
|
12/02/06 03:26:42 |
hans |
Fixes #34 - bug in Clob::writeToFile() |
|
|
|
@56
|
[56]
|
11/13/06 13:36:48 |
hans |
Removed debug code. |
|
|
|
@52
|
[52]
|
09/01/06 19:44:59 |
hans |
Updated CHANGELOG to point to website for changes |
|
|
|
@51
|
[51]
|
09/01/06 19:37:16 |
hans |
Fixed the mysql and mysqli drivers to set size to precision -- for … |
|
|
|
@50
|
[50]
|
09/01/06 19:35:30 |
hans |
Fixed query in !PgSQLDatabaseInfo and updated precision/scale fixes in … |
|
|
|
@49
|
[49]
|
09/01/06 19:34:29 |
hans |
Added !PgSQLTableInfoTest class and updated the SQL files to include … |
|
|
|
@48
|
[48]
|
08/31/06 20:32:07 |
hans |
Added the encoding support to 'mysql' driver also. |
|
|
|
@47
|
[47]
|
08/31/06 19:52:28 |
hans |
Added support for numbers in phptype of DSN |
|
|
|
@46
|
[46]
|
08/31/06 19:44:10 |
hans |
Bugfix to query support in DSN |
|
|
|
@45
|
[45]
|
08/31/06 19:41:48 |
hans |
Adjusting port value to be string. |
|
|
|
@44
|
[44]
|
08/31/06 19:40:21 |
hans |
updating unit tests for new dsn style |
|
|
|
@43
|
[43]
|
08/31/06 19:28:14 |
hans |
Copied mysql schema over to mysqli for tests |
|
|
|
@42
|
[42]
|
08/31/06 19:25:08 |
hans |
Fixing untrimmed get test for MySQLi |
|
|
|
@41
|
[41]
|
08/31/06 19:14:23 |
hans |
Fixing parse error in parseDSN() method |
|
|
|
@40
|
[40]
|
08/31/06 19:13:14 |
hans |
added path to creole classes to run-tests.php |
|
|
|
@39
|
[39]
|
08/31/06 18:48:07 |
hans |
ticket:14 - Applying query fixes to pgsql metadata |
|
|
|
@38
|
[38]
|
08/31/06 18:36:30 |
hans |
Add support for encoding in MySQLi driver. This should fix issue reported … |
|
|
|
@37
|
[37]
|
08/31/06 18:34:00 |
hans |
ticket:12 - Added support for 'encoding' DSN attribute. |
|
|
|
@36
|
[36]
|
08/31/06 18:29:28 |
hans |
ticket:20 - Changing schema to default to use a 'schema' key from DSN if … |
|
|
|
@35
|
[35]
|
08/31/06 18:20:17 |
hans |
ticket:7 - Committed new !MySQLiConnection that respects host, port, and … |
|
|
|
@34
|
[34]
|
08/31/06 18:07:50 |
hans |
ticket:21 - Added a maxLength parameter to get around issues in MSSQL with … |
|
|
|
@33
|
[33]
|
08/31/06 17:58:19 |
hans |
ticket:6 - Add fix to php reference count bug when using iterator |
|
|
|
@32
|
[32]
|
08/31/06 17:54:47 |
hans |
ticket:16 - Fixing bug in writeToFile() method. |
|
|
|
@31
|
[31]
|
08/31/06 16:58:04 |
hans |
ticket:8 - UNTESTED - Applying precision/scale fixes. |
|
|
|
@30
|
[30]
|
08/31/06 16:40:44 |
hans |
ticket:18 - Applying parseDSN() patch from Remko Molier to handle SQLite … |
|
|
|
@29
|
[29]
|
08/31/06 16:38:18 |
hans |
ticket:2 - Fixed !MSSQLResultSet throwing !SQLWarning |
|
|
|
@18
|
[18]
|
04/07/06 20:34:19 |
gamr |
row is never referenced |
|
|
|
@17
|
[17]
|
04/07/06 20:20:34 |
gamr |
add countable to the implimentation, cleanups, maybe this will fix it? |
|
|
|
@16
|
[16]
|
04/07/06 20:04:18 |
gamr |
general cleanup in prepared statements
add error checking incase we get an … |
|
|
|
@15
|
[15]
|
02/20/06 05:46:23 |
gamr |
There is currently a bug in this, not sure where as yet, the result … |
|
|
|
@14
|
[14]
|
02/16/06 23:39:20 |
gamr |
clean up some warnings |
|
|
|
@13
|
[13]
|
02/14/06 16:07:10 |
hans |
Jargon always depends on Creole of same version |
|
|
|
@10
|
[10]
|
02/14/06 16:03:07 |
hans |
Adding rather lengthy CHANGELOG entries (gleaned from CVS commit logs). |
|
|
|
@9
|
[9]
|
02/14/06 02:21:51 |
hans |
Merging in new PEAR build stuff and oci8 patch committed by Seth (provided … |
|
|
|
@5
|
[5]
|
02/10/06 14:12:45 |
hans |
Fixing typo in !MySQLiTableInfo class |
|
|
|
@4
|
[4]
|
02/07/06 19:17:35 |
hans |
Branching 1.1 in anticipation of release. |