LiteSQL Changelog

What's new in LiteSQL 0.3.13

Jan 24, 2012
  • support for oracle backend (ocilib)
  • database specific datatypes are used (needed for oracle backend)

New in LiteSQL 0.3.12 (Dec 20, 2011)

  • Visual Litesql Link installed in Menu
  • fixed error in codegenerator factory map in it on linux
  • codegenerator for wxformbuilder added (Initial version)
  • autotools support updated

New in LiteSQL 0.3.11 (Jul 7, 2011)

  • support for bigint datatype

New in LiteSQL 0.3.10 (Jul 7, 2011)

  • better gui
  • changed memory handling inside model (counted_ptr)
  • fixes in autoconf-based build

New in LiteSQL 0.3.9 (Jul 7, 2011)

  • platform-specific build issues fixed
  • fix for xml-parser error on method params
  • made function parameters on runtime classe const
  • usable GUI-Tool (not all features of litesql are supported, ui design could be better, on OSX the gui is terrible layouted )

New in LiteSQL 0.3.8 (Jul 7, 2011)

  • added double as field type for higher precision calculation
  • fixed trac ticket #25 (uncatched exceptions on validating model are
  • catched now)
  • Beta for Gui-Tool for editing and generating Code (cross-platform through wxWidgets)

New in LiteSQL 0.3.7 (Jul 7, 2011)

  • fixed error on creating indexes (see trac ticket #23)

New in LiteSQL 0.3.6 (Jul 7, 2011)

  • moved code for loading and storing the model into an own library
  • added initial version of a win32 gui for code generation (not ready for production use)
  • refactored code generators
  • added code generator for ActiveRecord (not ready for production use)
  • added multi-target code generation ( multiple -t options)
  • added options to litesql-gen for output-directory (--output-dir=)
  • fixed a bug with postgres on database update
  • fixed a bug: added parsing of index and indexfield tags (was not in the new parser)