|
|
|
@82
|
[82]
|
08/06/08 15:13:51 |
scott |
Sync with PHP 5.3 |
|
|
|
@81
|
[81]
|
08/06/08 14:27:03 |
scott |
Sync libsqlite to 3.6.1 |
|
|
|
@80
|
[80]
|
08/06/08 14:26:11 |
scott |
Fix tests |
|
|
|
@79
|
[79]
|
07/25/08 02:34:03 |
scott |
Fix memory leaks and destruction problems |
|
|
|
@78
|
[78]
|
07/24/08 13:02:02 |
scott |
Switch to using the amalgamation and use zend_parse_parameters_none() |
|
|
|
@77
|
[77]
|
07/22/08 22:53:03 |
scott |
Update the years to 2008 |
|
|
|
@76
|
[76]
|
07/22/08 08:48:15 |
scott |
More refactoring, breaks some tests for the moment |
|
|
|
@75
|
[75]
|
07/22/08 08:47:37 |
scott |
More tests |
|
|
|
@74
|
[74]
|
07/19/08 14:33:37 |
scott |
Part 1 of tidy up |
|
|
|
@73
|
[73]
|
07/10/08 01:35:34 |
scott |
New tests |
|
|
|
@72
|
[72]
|
07/10/08 00:24:38 |
scott |
Add some new tests |
|
|
|
@71
|
[71]
|
07/10/08 00:23:43 |
scott |
Remove unused variable and fix memory leak |
|
|
|
@70
|
[70]
|
07/09/08 13:16:56 |
scott |
SQLite3::version should be static, its not dependant on the instance. |
|
|
|
@69
|
[69]
|
07/03/08 00:34:29 |
scott |
Add some error cases |
|
|
|
@68
|
[68]
|
06/25/08 15:29:27 |
scott |
Fix error when querySingle returns no rows and use NULL rather than empty … |
|
|
|
@67
|
[67]
|
06/20/08 14:38:43 |
scott |
Make sure we build correctly with ZTS enabled, the problem here was with … |
|
|
|
@66
|
[66]
|
06/19/08 16:01:19 |
scott |
Add warning when its the wrong version of SQLite in use. |
|
|
|
@65
|
[65]
|
06/14/08 09:53:10 |
scott |
back to -dev |
|
|
|
@64
|
[64]
|
06/14/08 09:52:32 |
scott |
Update document and prepare for a release |
|
|
|
@63
|
[63]
|
06/14/08 09:43:07 |
scott |
kill numRows since its implementation is debatable |
|
|
|
@62
|
[62]
|
06/07/08 00:14:29 |
scott |
add querySingle for helgi |
|
|
|
@61
|
[61]
|
06/06/08 22:02:01 |
scott |
Update bundle to sqlite 3.5.9 |
|
|
|
@60
|
[60]
|
06/06/08 21:56:36 |
scott |
Another segfault when query was used |
|
|
|
@59
|
[59]
|
06/06/08 21:36:55 |
scott |
Fix segfault |
|
|
|
@58
|
[58]
|
06/06/08 19:48:10 |
scott |
Add arginfo to the extension so reflection works |
|
|
|
@57
|
[57]
|
04/28/08 02:53:41 |
scott |
Tidy up code from today |
|
|
|
@56
|
[56]
|
04/27/08 22:51:00 |
scott |
Allow implicit freeing of objects when a database is closed with … |
|
|
|
@55
|
[55]
|
04/24/08 22:27:05 |
scott |
This is a quick hack to implement numRows, I will change it to perform … |
|
|
|
@54
|
[54]
|
04/18/08 14:27:49 |
scott |
Upgrade bundled SQLite to 3.5.8 |
|
|
|
@53
|
[53]
|
04/11/08 00:57:00 |
scott |
Back to dev |
|
|
|
@52
|
[52]
|
04/11/08 00:50:34 |
scott |
Fix version number and bug with FTS3 being compiled in. Update date since … |
|
|
|
@51
|
[51]
|
04/10/08 22:40:10 |
scott |
Latest files in preparation for a release. |
|
|
|
@50
|
[50]
|
04/10/08 22:34:33 |
scott |
Add missing config file. |
|
|
|
@49
|
[49]
|
04/10/08 17:09:48 |
scott |
Add column type and 2 new error functions. |
|
|
|
@48
|
[48]
|
04/09/08 23:57:58 |
scott |
Sync libsqlite to 3.5.7 |
|
|
|
@47
|
[47]
|
04/09/08 23:44:13 |
scott |
Use sqlite3_column_count since it can be ran on a non-executed statement. |
|
|
|
@46
|
[46]
|
03/31/08 10:27:21 |
scott |
Change the version and how its layed out for compliance with the Windows … |
|
|
|
@45
|
[45]
|
03/19/08 17:42:26 |
scott |
test |
|
|
|
@44
|
[44]
|
03/09/08 17:02:52 |
scott |
No library passed to make when using system library. |
|
|
|
@43
|
[43]
|
03/04/08 14:16:39 |
scott |
Add support for open flags so a database can be opened read only. |
|
|
|
@42
|
[42]
|
03/01/08 00:38:33 |
scott |
Latest package file |
|
|
|
@41
|
[41]
|
02/28/08 16:07:11 |
scott |
prepare for a release tomorrow |
|
|
|
@40
|
[40]
|
02/28/08 14:20:05 |
scott |
handle integers larger than the supported PHP size properly |
|
|
|
@39
|
[39]
|
02/28/08 11:17:30 |
scott |
Fix segfault when query failed to parse |
|
|
|
@38
|
[38]
|
02/06/08 17:47:21 |
scott |
Upgrade bundled SQLite to 3.5.6 |
|
|
|
@37
|
[37]
|
02/04/08 18:04:06 |
scott |
Add code to include the ICU extension for PHP 6, comment it out for now … |
|
|
|
@36
|
[36]
|
02/04/08 16:23:50 |
scott |
Bump version to 0.4-dev and add the correct prefix to the THREADSAFE … |
|
|
|
@35
|
[35]
|
02/04/08 16:21:21 |
scott |
Remove unused config.h file. |
|
|
|
@34
|
[34]
|
02/04/08 15:05:26 |
scott |
Updated bundled library to 3.5.5 and add Fulltext 3 searching |
|
|
|
@33
|
[33]
|
01/31/08 11:39:26 |
scott |
Add new tests and mem4 file. |
|
|
|
@32
|
[32]
|
01/31/08 01:42:28 |
scott |
Upgraded bundled SQLite to 3.5.4 |
|
|
|
@31
|
[31]
|
01/29/08 02:12:57 |
scott |
basic named parameter support |
|
|
|
@30
|
[30]
|
01/28/08 23:30:53 |
scott |
updates |
|
|
|
@29
|
[29]
|
01/24/08 23:56:04 |
scott |
Updated news |
|
|
|
@28
|
[28]
|
01/21/08 17:57:40 |
scott |
Start the named parameter support. |
|
|
|
@27
|
[27]
|
01/18/08 17:29:27 |
scott |
Add support for streams when using blob data, add another test and clean … |
|
|
|
@26
|
[26]
|
12/09/07 23:55:15 |
scott |
Updated todo list |
|
|
|
@25
|
[25]
|
12/09/07 23:44:08 |
scott |
Another test and change a variable |
|
|
|
@24
|
[24]
|
12/09/07 23:20:44 |
scott |
Kill some of the wierd NULL things that is going on |
|
|
|
@23
|
[23]
|
12/09/07 22:42:22 |
scott |
Don't destroy zval when we call finalize, has some wierd behavious. |
|
|
|
@22
|
[22]
|
12/09/07 22:18:51 |
scott |
-- |
|
|
|
@21
|
[21]
|
12/09/07 22:17:24 |
scott |
Some code + comment cleanup. Will clean variable names a little next. |
|
|
|
@20
|
[20]
|
12/06/07 00:43:35 |
scott |
updated documentation |
|
|
|
@19
|
[19]
|
12/06/07 00:34:29 |
scott |
messed up XML |
|
|
|
@18
|
[18]
|
12/06/07 00:32:51 |
scott |
pre-release stuff |
|
|
|
@17
|
[17]
|
12/06/07 00:29:00 |
scott |
Constants should be prefixed with SQLITE3 regardless |
|
|
|
@16
|
[16]
|
12/06/07 00:22:54 |
scott |
Fixed various bugs prior to a release |
|
|
|
@15
|
[15]
|
12/03/07 14:12:45 |
scott |
Fix bound parameters, drop bind_params in favour of bind_value to … |
|
|
|
@14
|
[14]
|
12/02/07 00:37:17 |
scott |
First attempt at bound variables, appears to not quite work as expected. |
|
|
|
@13
|
[13]
|
12/01/07 14:42:58 |
scott |
Updated the tests to close the database + 2 new ones. |
|
|
|
@12
|
[12]
|
12/01/07 14:14:04 |
scott |
Some documentation to accompany the first pecl release. |
|
|
|
@11
|
[11]
|
11/29/07 10:47:51 |
scott |
updated TODO |
|
|
|
@10
|
[10]
|
11/29/07 01:13:38 |
scott |
Cleanup extension code |
|
|
|
@9
|
[9]
|
11/27/07 18:02:53 |
scott |
Updated bundled library to 3.5.3 |
|
|
|
@8
|
[8]
|
11/23/07 14:43:58 |
scott |
Move sqlite to trunk |
|
|
|
@7
|
[7]
|
11/23/07 14:43:04 |
scott |
Add encryption support |
|
|
|
@6
|
[6]
|
11/14/07 09:37:20 |
Scott |
Removed unused SQLITE_COPY case from authorize and added some new … |
|
|
|
@5
|
[5]
|
11/14/07 09:08:03 |
Scott |
Change extension INI option to allow extensions to be loaded from a single … |
|
|
|
@4
|
[4]
|
11/13/07 09:52:10 |
Scott |
Build debug build when present and start of extension work. |
|
|
|
@3
|
[3]
|
11/11/07 12:07:39 |
Scott |
Check minimum version of external library and for encryption support. |
|
|
|
@2
|
[2]
|
11/10/07 16:04:42 |
Scott |
Initial import of SQLite 3 |
|
|
|
@1
|
[1]
|
11/10/07 15:59:57 |
Scott |
Create new SQLite3 Repository |