This is the SQL Query Generator handbook, if you read this, then you will have a better understanding of how to use the program. Next Previous Contents

1. Introduction

1.1 Changes

0.8 - new function addslash(). new option --print-stdout. fixed bugs. see ChangeLog for more
0.7 - support for creating queries for multiple tables added.
0.6 - new function chkres() checks for SQL reserved words in CREATE TABLE query file
0.5 - new option to append files, error checking for NOT NULL columns
0.4 - now makes delete queries, bugfixes 0.3 - finished the first version of the update_query() function. Updated insert_query()
0.2 - Fixed some problems with insert_query()
0.1 - First version. It could only make INSERT INTO queries.


Next Previous Contents