1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-29 01:00:07 +02:00

Improve SQLite

git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1482 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
jakubvrana
2010-04-22 23:05:16 +00:00
parent acf7a42433
commit b649373e03
3 changed files with 91 additions and 47 deletions

View File

@@ -26,11 +26,9 @@ Rank, Tree structure
Add whisperer to fields with foreign key to big table
SQLite:
CREATE DATABASE - PRAGMA encoding = "UTF-8"
Detecion of non-existing database
DROP DATABASE by file operations
CSV import - ON DUPLICATE KEY UPDATE
Export - views, triggers
Use ATTACH for select_db
Export - triggers, CREATE DATABASE
Delimiter in export and SQL command
PostgreSQL:
@@ -40,8 +38,10 @@ Table schema
Export - http://www.postgresql.org/docs/8.4/static/functions-info.html
Table status - http://www.postgresql.org/docs/8.4/static/functions-admin.html
Column rights - http://www.postgresql.org/docs/8.4/static/functions-info.html
Dollar terminated string in SQL command
Move table - ALTER TABLE SET SCHEMA
bool in Editor
Check PDO driver
MS SQL:
Rename by sp_rename