A command-line access program that was especially designed in order to provide an uncomplicated means of working with SQLite databases
The SQLite library includes a small command-line utility SQLite3 that will allow you to manually enter and execute SQL commands against an SQLite database. This document provides a brief introduction on how to use sqlite3.

To start the SQLite3 program, just type "sqlite3" followed by the name the file that holds the SQLite database. If the file does not exist, a new one is created automatically. The SQLite3 program will then prompt you to enter SQL. Type in SQL statements (terminated by a semicolon), press "Enter" and the SQL will be executed.
What's New in This Release
SQLite Database | Access Database | SQL Command | SQLite | Database | Access

  • Added support for hexadecimal integer literals in the SQL parser. (Ex: 0x123abc)
  • Enhanced the PRAGMA integrity_check command to detect UNIQUE and NOT NULL constraint violations.
  • Increase the maximum value of SQLITE_MAX_ATTACHED from 62 to 125.
  • Increase the timeout in WAL mode before issuing an SQLITE_PROTOCOL error from 1 second to 10 seconds.
  • Added the likely(X) SQL function.
  • The unicode61 tokenizer is now included in FTS4 by default.
  • Trigger automatic reprepares on all prepared statements when ANALYZE is run.
  • Added a new loadable extension source code file to the source tree: fileio.c
  • Add extension functions readfile(X) and writefile(X,Y) (using code copy/pasted from fileio.c in the previous bullet) to the command-line shell.
  • Added the .fullschema dot-command to the command-line shell.
  • Performance Enhancements:
  • Deactivate the DISTINCT keyword on subqueries on the right-hand side of the IN operator.
  • Add the capability of evaluating an IN operator as a sequence of comparisons as an ...
Publisher:Richard Hipp
License:Freeware
Size/OS::300 KB / Windows All

Download

:SQLite

0 comments:

Post a Comment

Powered by Blogger.

Popular Posts