Télécharger la liste

Description du projet

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.

Système requise

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

Quelques bugs mineurs ont été corrigés et la propriété URL JDBC "readonly" a été ajouté. Maintenant, vous pouvez partager une base de données en mode lecture seule entre les processus Java multiples.
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

Cette version ajoute quelques fonctions rendant la syntaxe SmallSQL base de données plus compatible avec MySQL. Ce qui fait un changement plus simple. Certains problèmes thread critiques ont été corrigés.
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 performance a été grandement améliorée avec un nouvel algorithme. Traductions en allemand et en italien des messages d'erreur ont été ajoutés, et il est facile d'ajouter plus de traductions. Quelques bugs ont été corrigés.
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

Ce communiqué de contrôles de la gamme des pièces Date parsed temps. Il ya aussi quelques corrections de bugs.
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

Maintenant, la syntaxe SQL ALTER TABLE est pris en charge. Il ya aussi quelques corrections de bugs.
Tags: Major bugfixes
Now the SQL syntax ALTER TABLE is supported. There are also some bugfixes.

Project Resources