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

186 Commits

Author SHA1 Message Date
Jakub Vrana
9b267eeceb Finish PDO_OCI 2010-11-19 16:13:49 +01:00
Jakub Vrana
f4256013a9 Hide hidden columns in PostgreSQL (thanks to Pavel Stehule) 2010-11-11 10:51:20 +01:00
Jakub Vrana
2ebf4d75d1 Offset probably required in fetch_field (bug #3100185) 2010-11-04 09:51:23 +01:00
Jakub Vrana
a2443670f8 Always display all drivers (bug #3097666) 2010-10-29 15:24:06 +02:00
Jakub Vrana
5002b89bd5 Big numbers without E 2010-10-23 00:02:24 +02:00
Jakub Vrana
b835ce4ef4 Use template1 database as default (bug #3088192) 2010-10-17 21:39:34 +02:00
Jakub Vrana
44ae8c8766 Check collation 2010-10-17 18:45:05 +02:00
Jakub Vrana
51e609c461 Disable creating SQLite databases with extension other than db, sdb, sqlite 2010-10-17 08:22:36 +02:00
Jakub Vrana
0198c36c90 Information_schema can be case sensitive (bug #3088228) 2010-10-16 16:38:20 +02:00
Jakub Vrana
5875f6db0c Don't quote collation (MS SQL 2005) 2010-10-16 15:31:25 +02:00
Jakub Vrana
14ca6f0931 Read view definition (bug #3088228) 2010-10-16 15:20:46 +02:00
Jakub Vrana
ec4b1cf915 Use table aliases (bug #3088214) 2010-10-16 08:23:34 +02:00
Jakub Vrana
7b4aecb86e Comment 2010-10-15 17:11:39 +02:00
Jakub Vrana
49565e0563 Rename variables to avoid conflict with Adminer 2 sessions and enabled register_globals 2010-10-15 10:58:08 +02:00
Jakub Vrana
93f8157a2f Set charset natively to defend against Shift JIS on server 2010-10-13 21:13:21 +02:00
Jakub Vrana
96544baf69 Report errors in get_rows() 2010-10-13 19:00:48 +02:00
Jakub Vrana
7e644b4346 Save bytes ($connection->quote shortcut) 2010-10-13 18:25:14 +02:00
Jakub Vrana
b0d637b638 Avoid fatal errors 2010-10-13 17:53:59 +02:00
Jakub Vrana
5a73c01212 Treat binary type as hex 2010-10-01 08:05:05 +02:00
Jakub Vrana
8455d05e3e Comment 2010-09-09 22:02:49 +02:00
Jakub Vrana
52e8c0344b CSV import for MS SQL 2010-08-03 17:47:26 +02:00
Jakub Vrana
62284e64cc No status in PostgreSQL 2010-08-03 17:15:45 +02:00
Jakub Vrana
0724febb7e Typo 2010-08-03 15:08:14 +02:00
Jakub Vrana
6e50eb8ec0 Pass primary key to insert_update function 2010-07-22 17:57:26 +02:00
Jakub Vrana
c505440194 PostgreSQL import support 2010-07-22 14:04:57 +02:00
Jakub Vrana
a7cdc85497 Dump support is optional 2010-07-22 12:36:45 +02:00
Jakub Vrana
1f1d6c3430 Errors are reported by Adminer 2010-07-20 11:42:05 +02:00
Jakub Vrana
7f12b14802 Oracle explain 2010-07-15 16:21:27 +02:00
Jakub Vrana
e473aef32f Oracle variables and status (thanks to Tomas Geci) 2010-07-15 16:20:20 +02:00
Jakub Vrana
713a7007f6 MSSQL alter index 2010-07-14 16:18:12 +02:00
Jakub Vrana
a1bc3cc9cb SQLite doesn't support primary key modification 2010-07-14 16:02:50 +02:00
Jakub Vrana
515325ac22 Rename tables by single command 2010-06-18 16:38:06 +02:00
Jakub Vrana
9ef397aee1 Ignore auto_increment in SQLite export 2010-06-04 15:50:40 +02:00
Jakub Vrana
fe53964c5f Allow disabling auto_increment value export 2010-06-03 14:15:23 +02:00
Jakub Vrana
dc45301f91 Typo 2010-06-01 22:39:44 +02:00
Jakub Vrana
782921b671 Finish SQLite
Don't require num_rows
2010-05-27 16:10:17 +02:00
Jakub Vrana
da6f1f850b Driver specific view detection 2010-05-27 13:33:09 +02:00
Jakub Vrana
fe3d395912 MS SQL views support 2010-05-27 13:32:03 +02:00
Jakub Vrana
3b1e9e7f02 Oracle views support 2010-05-27 13:32:02 +02:00
Jakub Vrana
9e1d1c3570 Respect unsupported types 2010-05-26 18:10:11 +02:00
Jakub Vrana
9307f1304f MS SQL type length 2010-05-26 16:10:09 +02:00
Jakub Vrana
8ec71789f2 MS SQL alter_table 2010-05-26 16:00:21 +02:00
Jakub Vrana
4c2268d381 PostgreSQL hidden columns support 2010-05-21 16:23:44 +02:00
Jakub Vrana
3308856f9e User types support for PostgreSQL 2010-05-21 16:07:22 +02:00
Jakub Vrana
4780703d17 Respect PostgreSQL custom types 2010-05-21 15:07:59 +02:00
Jakub Vrana
84d068df8b Oracle select support 2010-05-20 17:35:30 +02:00
Jakub Vrana
f9bb1c5c64 Introduce apply_queries function 2010-05-17 18:18:32 +02:00
Jakub Vrana
c85ef695d0 Create and alter table 2010-05-17 18:10:04 +02:00
Jakub Vrana
016aff1b29 Basic Oracle support 2010-05-14 19:13:46 +02:00
Jakub Vrana
ee3e04590a Separate $where in limit function 2010-05-14 15:51:54 +02:00