Download List

Projeto Descrição

SmallSQL is a pure Java DBMS, a relational
database for Java desktop applications. It has a
JDBC 3.0 interface and offers many ANSI SQL 92 and
ANSI SQL 99 features. It is very small and fast
because it does not have a network interface.

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.

2011-06-22 23:46
0.21

Alguns pequenos bugs foram corrigidos ea propriedade URL JDBC "readonly" foi adicionado. Agora você pode compartilhar um banco de dados em modo somente leitura entre vários processos Java.
Some minor bugs were fixed and the JDBC URL property "readonly" was added. Now you can share one database in read-only mode between multiple Java processes.

2008-12-15 08:50
0.20

Esta versão adiciona alguns recursos para tornar o SmallSQL sintaxe mais compatível com o banco de dados MySQL. Isso faz com que uma mudança simples. Alguns problemas foram corrigidos discussão crítica.
Tags: Major bugfixes
This release adds some features to make the SmallSQL Database syntax more compatible with MySQL. This makes a change simpler. Some critical thread problems were fixed.

2007-07-31 23:53
0.19

JOIN desempenho foi muito melhorada com um novo algoritmo. Traduções em alemão e italiano das mensagens de erro foram adicionados, e é fácil adicionar mais traduções. Alguns bugs foram corrigidos.
Tags: Major feature enhancements
JOIN performance was greatly improved with a new algorithm. German and Italian translations of the error messages were added, and it is easy to add more translations. Some bugs were fixed.

2007-06-10 21:55
0.18

Esta versão verifica o intervalo de tempo analisado as partes data. Existem também algumas correções.
Tags: Minor bugfixes
This release checks the range of the parsed date time parts. There are also some bugfixes.

2007-03-30 22:19
0.17

Agora, a sintaxe SQL ALTER TABLE é suportado. Existem também algumas correções.
Tags: Major bugfixes
Now the SQL syntax ALTER TABLE is supported. There are also some bugfixes.

Project Resources