| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Made test work on windows | Edin Kadribasic | 2003-12-05 | 1 | -0/+3 |
| | | |||||
| * | tests depend on ini option | Marcus Boerger | 2003-05-01 | 1 | -0/+2 |
| | | |||||
| * | Transparently decode binary encoded data. | Wez Furlong | 2003-04-19 | 1 | -0/+44 |
| Add a test-case for that process. When encoding binary data, we mark the string with \x01 as its first character. When returning data via sqlite_fetch_array(), if the first character is \x01, then we decode the encoding. This behaviour can be turned off by the optional last parameter to sqlite_fetch_array(), for compatibility with databases created with other applications. | |||||
