Download List

Projeto Descrição

xplain2sql converts files from Xplain to SQL. It supports a very large subset of Xplain, and it can convert from Xplain to Microsoft SQL Server, DB/2,
Inprise InterBase, PostgreSQL, Oracle, MySQL 5, SQLite 3 or ANSI-92 SQL. It can also generate an XML description of the generated SQL. This XML description can be used to create low-level middle-tier code. Example stylesheets for Eiffel/ECLI and Delphi/ADO are included. The C source code release should compile on any platform with an ANSI C compiler. There are binary releases for FreeBSD, Linux, Solaris x86, and Windows 2000.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-03-01 02:18
2.2

Número da coluna é agora reportado para avisos. Os valores podem agora ser atualizado (anteriormente, este trabalho apenas para certos dialetos). Foi adicionado suporte para o * e? operadores. Se estes dois personagens aparecem em uma seqüência literal, a comparação é feita com gosto. Bugfixes para saída para InterBase, PostgreSQL, Microsoft SQL e Oracle.
Tags: Major feature enhancements
Column number is now reported for warnings. Values can now be updated (previously, this worked only for certain dialects). Support has been added for the * and ? operators. If these two characters appear in a literal string, the comparison is done with like. Bugfixes for output for InterBase, PostgreSQL, Microsoft SQL and Oracle.

2004-03-04 10:57
2.1.0

Esta versão adicionou o suporte para as quatro inteiros funções de conversão (), real (), string (), e Datef (). Um estender agora sempre cria um índice exclusivo na coluna de chave primária da tabela estendido. O PostgreSQL 7.3 saída foi alterado para que os procedimentos que retornam conjuntos de resultados agora funciona muito bem através de uma interface ODBC.
Tags: Beta, Major feature enhancements
This version added support for the four conversion
functions integer (), real (), string (), and datef(). An
extend now always creates a unique index on the
primary key column of the extended table. The
PostgreSQL 7.3 output was changed so that
procedures that return result sets now work very well
through an ODBC interface.

2003-09-20 10:16
2.0

Esta versão traz uma melhor geração de código para os actuais objectivos, que melhorou muito a saída do PostgreSQL, suporte para Oracle, e gera uma descrição XML do código SQL gerado.
Tags: Major feature enhancements
This version features better code generation for existing
targets, much improved PostgreSQL output, support for
Oracle, and generates an XML description of the
generated SQL code.

2002-07-09 12:53
1.3.0

A junção construtor foi reescrito, e deve deixar de usar o dobro ou errado junta junta. Também contém "apoio" init para o PostgreSQL e correções para o IB. Questões foram fixadas em uma auto-referência especializada foi convertido em uma 'NOT NULL coluna', que deveria ter sido uma coluna 'nulo', ea saída de "Get Some", o que estava errado em certos casos.
Tags: Major bugfixes
The join builder was rewritten, and should no longer use double joins or wrong joins. It also contains "init" support for PostgreSQL and bugfixes for InterBase. Issues were fixed where a specialized self reference was converted to a 'not null' column, which should have been a 'null' column, and the output of "get some", which was wrong in certain cases.

2002-04-30 15:26
1.2.3

Esta constists liberação principalmente correções de bugs no código SQL, e melhorias no suporte a recursos mais Xplain, como ter uma "lista de seus 'em função de uma contagem ou por cláusula.
Tags: Major bugfixes
This release constists mainly of bugfixes in the SQL code, and enhancements to support more Xplain features, such as having an 'its' list in a count function or per clause.

Project Resources