Hi all,
JSDB 1.7.3.5 is available at
http://www.jsdb.org/download.html
New
* grid programming toolkit (not for beginners!).
http://www.jsdb.org/grid.zip
Bugs fixed
* crc32, encodeB64, decodeB64 now accept strings with embedded
nulls
* Fixed a truncation bug in utf-8 to UCS-2 conversion, fixing some
windows system call bugs like system.attributes()
* ODBC.setAutoCommit(), ODBC.commit(), ODBC.rollback()
* Improve sqlite lock contention
* JSDB detects whether it's in a CGI environment. If so, errors
that stop execution will print
Content-type: text/plain\n\n before the error message.
* Record.toObject(), new Record(object) are documented
* Removed Stream::read(wchar_t*,int) for type rule changes in
Visual Studio 2008. Use Stream::read(char*, int) instead.
* utf-8 to UCS-2 conversion can detect invalid characters and
convert them as if they were ANSI characters. Many web browsers will
send you ANSI quotation marks, even if you specifically request utf-8
encoding. Bah!
Special thanks to yak van KrakLog, Michael Iola, and Árgylán Nándor
for finding and fixing bugs.