1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
2006-08-07 Matt Griswold <matt@devit.com>
* Version 0.9.3
2006-08-07 Matt Griswold <matt@devIT.com>
* yadac: added support for binding structs to input vars
2006-07-31 Sven Lichty <sven@devIT.com>
* yadac: CVAR's now accept '.' and '->' in scanner
2006-07-25 Matt Griswold <matt@devit.com>
* fixed escape " and don't escape % change
2006-07-15 Matt Griswold <matt@devit.com>
* add insert_id function to all modules
2006-06-11 Matt Griswold <matt@devit.com>
* import yada compiler
* fix build system to make installation dirs
* upgrade included libltdl to version 1.5.22
* upgrade ltmain.sh to version 1.5.22
* fix dist to have generated lex/yacc files
* fix yadac make to work with older gcc
2006-03-02 Matt Griswold <matt@devit.com>
* Version 0.9.1
* fix invalid free in xexecute
* fix error returns in execute and xexecute
* add tests for xexecute
* add version info to header
2006-02-27 Matt Griswold <matt@devit.com>
* escape " and don't escape %
2005-09-15 Sven Lichty <sven@devIT.com>
* fetch from oracle database no longer errors on warnings
* cleanup Makefiles
2005-09-12 Matt Griswold <matt@devit.com>
* add 64 bit int support
2005-05-07 Matt Griswold <matt@devit.com>
* Version 0.9.0
2005-05-06 Matt Griswold <matt@devit.com>
* add texinfo docs
* redo docs build system
2005-05-19 Matt Griswold <matt@devit.com>
* add ypreparef function
2005-05-19 Matt Griswold <matt@devit.com>
* standardized new mod_init function
* code clean up
2005-05-17 Matt Griswold <matt@devit.com>
* oracle: fixed transactions - made autocommit by default
2005-05-16 Matt Griswold <matt@devit.com>
* main yada struct redone to stop future additions from breaking binary compat
2005-04-27 Matt Griswold <matt@devit.com>
* enhance tests
* errmsg is a pointer to internal errbuf for future compatability
2005-04-26 Matt Griswold <matt@devit.com>
* yada.errmsg is now a static string on the struct, macros copy to it
* oracle: remove errbuf and switch to use the new yada errmsg
* standardized transaction functions
* mysql: fix transaction function returns
* pgsql: fix transaction function returns
* sqlite3: fix transaction function returns
* oracle: fix commit function returns
* test: check all transaction function returns
* bugfixes
* sqlite3: brought up to date with sqlite3 API changes
* sqlite3: typecast to remove warnings
* mysql: only tries reconnect on network errors,
if successful immediatly retries query
2005-04-25 Matt Griswold <matt@devit.com>
* prepexec.c: made return length optional in parse_exec
2005-04-10 Matt Griswold <matt@devit.com>
* Version 0.8.0
2005-04-10 Matt Griswold <matt@devit.com>
* import pgsql module from Daniel O'Neill
* add pgsql to build system
* pgsql: set notice handler to stop libpq from printing to stderr
* pgsql: use native string escaper
* pgsql: handles nulls for bound pointers
* pgsql: connect uses same format as mysql connect
* pgsql: connect doesn't write to dbstr
2005-03-16 Sven Lichty <sven@devit.com>
* Oracle and MySQL modules transparently try to reconnect
* acinclude.m4: fixed --with-oracle
* yada.c: fixed memory leak when dlopen fails
2005-02-03 Matt Griswold <matt@devit.com>
* Makefile.in: fixed to use autoconf's chosen install program
* yada.trx.3: corrected rollback prototype
2005-01-31 Matt Griswold <matt@devit.com>
* Version 0.7.0
|