Blog
First of all: Sorry for the extra effort during the installation process of dbTube. I have fixed the bug and all people with installation problems received the new installation package.
Caching the database schema in the user session. This will speed up the editing process of the import definition. No more the "loading database schema" for several seconds if you load a import definition.
After some installation problems on some 1&1 server I changed the php5 file extension to php. If you a an error message like "Object not found" - this version will fix this issue.
The new version did handle the Date and Time field of the db schema
Main feature of the new version are two new function blocks. You can now concatenate two strings and set a column of a table with an static text. Concatenation are very usefull to calculate fields like longname or fullname.
After some installation issue I have create a installation check script. The script checks some main parameter like database connection, PDO persistence, write permissions,..
You can now use each unique key in your mySQL database for record lookup. This is a welcome feature to avoid the usage of the technical primary key. E.g you can search a Company by it's name and not by the internal auotincrement id.
dbTube can now create new database records during the import. The first version of dbTube can "only" update existing records.
New version of the dbTube system available. Calculate wrong excel sheet row offset fixed.
Upgrade the internal javascript engine to the new Draw2D lib with the version 0.9.23. This includes IE 8 support and bug fixes. For further information inspect the draw2d.org homepage.