by zmichailov
Z-SQL is a package-oriented SQL language designed for Microsoft SQL Server. Full language specification is provided. The compiler translates Z-SQL to SQL Server's native T-SQL. A command line tool, zsql, that superseeds osql is also included.
Today the license is switching from LGPL license to BSD which is less restrictive.
Z-SQL 1.2 has been released. It includes one new feature - command-line arguments. To pass arguments to a script, use the new option -za "value" multiple times. The arguments are accessable within the script as _1, _2, _3, ... . _0 ...
zmichailov committed patchset 1 of module src to the Z-SQL for Microsoft SQL Server CVS repository, changing 22 files
zmichailov committed patchset 1 of module samples to the Z-SQL for Microsoft SQL Server CVS repository, changing 6 files
zmichailov committed patchset 1 of module support to the Z-SQL for Microsoft SQL Server CVS repository, changing 4 files
zmichailov committed patchset 1 of module doc to the Z-SQL for Microsoft SQL Server CVS repository, changing 4 files
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use