Jakub Vrana
|
2ba833409a
|
non-MySQL: Parse '--' without trailing space as comment in SQL command (fix #1025, regression from 5.2.0)
|
2025-04-11 22:15:14 +02:00 |
|
Jakub Vrana
|
a70089f8ce
|
PostgreSQL: Support COPY FROM stdin in SQL query (fix #942)
|
2025-04-03 11:41:43 +02:00 |
|
Jakub Vrana
|
49eefa2585
|
Call credentials() from connect()
|
2025-04-03 10:23:31 +02:00 |
|
Jakub Vrana
|
3693992650
|
non-MySQL: Parse '--' as comment in SQL command (bug SF-842)
|
2025-04-03 09:17:55 +02:00 |
|
Jakub Vrana
|
5b095e9f4e
|
SQL: Stop session
|
2025-03-31 18:39:02 +02:00 |
|
Jakub Vrana
|
a93e4cb694
|
Return Db from connection()
It's not a real type declaration because compile.php passes stdClass here.
|
2025-03-31 10:09:30 +02:00 |
|
Jakub Vrana
|
712d96b22c
|
Use connection() instead of $connection
|
2025-03-29 22:10:20 +01:00 |
|
Jakub Vrana
|
168ea5ae6d
|
Use driver() instead of $driver
|
2025-03-29 22:05:31 +01:00 |
|
Jakub Vrana
|
845445baad
|
Use adminer() instead of $adminer
|
2025-03-29 21:43:29 +01:00 |
|
Jakub Vrana
|
a691bcbf15
|
Rename function with the same name as Driver::select
|
2025-03-28 12:47:09 +01:00 |
|
Jakub Vrana
|
b23bf6c055
|
PHPStan: Fix more errors
|
2025-03-27 18:39:48 +01:00 |
|
Jakub Vrana
|
d39cc24c61
|
PHPStan: Fix level 1 errors
|
2025-03-26 13:49:11 +01:00 |
|
Jakub Vrana
|
c5f87110ff
|
Notices: Use idx()
|
2025-03-26 10:21:36 +01:00 |
|
Jakub Vrana
|
486f164247
|
Notices: Declare Db::$info at least in MySQL
|
2025-03-24 12:18:24 +01:00 |
|
Jakub Vrana
|
f5ecb18896
|
Notices: Add helper for reset() with expression
|
2025-03-23 21:39:25 +01:00 |
|
Jakub Vrana
|
204176b33b
|
New plugin: AI prompt in SQL command creating the queries with Google Gemini
|
2025-03-23 08:02:48 +01:00 |
|
Jakub Vrana
|
f7b20b5f6f
|
Increase space after SQL result (fix #937)
|
2025-03-21 22:32:49 +01:00 |
|
Jakub Vrana
|
bc9de24d77
|
Add helper for <input type=hidden>
|
2025-03-18 17:15:10 +01:00 |
|
Jakub Vrana
|
e1f0fded69
|
Add helper for <input type=hidden name=token>
|
2025-03-17 18:45:08 +01:00 |
|
Jakub Vrana
|
22a3efe4ed
|
Code style: avoid excesive mixing of PHP and HTML
|
2025-03-17 00:02:41 +01:00 |
|
Peter Knut
|
0762c761ac
|
Rename functions for settings stored in a cookie
|
2025-03-16 17:24:28 +01:00 |
|
Jakub Vrana
|
d20cbf14e7
|
Remember export setting at SQL command
|
2025-03-16 15:13:10 +01:00 |
|
Jakub Vrana
|
199edfe11f
|
Plugins: Add method dumpFooter()
|
2025-03-11 08:59:38 +01:00 |
|
Jakub Vrana
|
6dcc5081e1
|
Fix importing multiple SQL files not terminated by semicolon
Inspired by adminneo-org/adminneo#1c08e86.
|
2025-03-10 09:09:09 +01:00 |
|
Jakub Vrana
|
9918f4155e
|
Pass credentials to connect()
|
2025-03-07 12:03:29 +01:00 |
|
Jakub Vrana
|
f05f4b4cbc
|
Change $jush to constant
|
2025-03-06 17:51:20 +01:00 |
|
Jakub Vrana
|
52c5392089
|
PHP: Use namespace
|
2025-03-05 13:10:40 +01:00 |
|
Jakub Vrana
|
4f0da70733
|
Move is_c_style_escapes to Min_Driver
|
2025-02-25 07:26:08 +01:00 |
|
Jakub Vrana
|
6fe9827eea
|
Trim trailing whitespace
|
2025-02-21 13:59:17 +01:00 |
|
Jakub Vrana
|
9261abc415
|
PostgreSQL: Preserve whitespace in EXPLAIN (bug #827)
|
2025-02-19 14:35:19 +01:00 |
|
Kian-Meng Ang
|
d6d86fa26a
|
Fix some typos
https://github.com/adminerevo/adminerevo/pull/210
|
2025-02-19 11:16:43 +01:00 |
|
Peter Knut
|
8ea4892523
|
MySQL, PostgreSQL: Fix queries splitting and string constants
Thanks to alxivnov (https://github.com/vrana/adminer/pull/490).
|
2025-02-19 11:16:38 +01:00 |
|
Michael Graß
|
74e4bb9a6f
|
Do not limit unlimited memory, fix number conversion warning
|
2025-02-19 11:16:38 +01:00 |
|
Adrian Jones
|
4484f5f620
|
Fix uninitialized string offset
This can happen if you include an unpaired single or double quote, eg: SELECT * FROM table_name WHERE field_name = 'test
|
2025-02-19 11:16:36 +01:00 |
|
Jakub Vrana
|
95729680ef
|
Respect SQL command URL parameters
|
2021-02-06 19:09:54 +01:00 |
|
Jakub Vrana
|
5c395afc09
|
Fix XSS in browsers which don't encode URL parameters (bug #775)
|
2021-02-06 19:09:42 +01:00 |
|
Jakub Vrana
|
a4e997fe60
|
PostgreSQL, Oracle: Set schema for EXPLAIN queries in SQL command (bug #706)
|
2019-11-11 12:27:53 +01:00 |
|
ilessiivi
|
150841e5d7
|
Hide import from server if no path
|
2018-10-01 18:07:51 +02:00 |
|
Jakub Vrana
|
ae03bdd4c4
|
Simplify storing executed SQL queries to bookmarks
|
2018-10-01 17:08:58 +02:00 |
|
Jakub Vrana
|
34c792bb59
|
Display that *.gz files are supported in file upload
|
2018-03-09 18:21:44 +01:00 |
|
Jakub Vrana
|
b4392b3f91
|
Use single \ in ' strings
|
2018-02-20 16:27:40 +01:00 |
|
Jakub Vrana
|
7b0c58af32
|
Fix affected rows after getting warnings
|
2018-02-05 09:23:07 +01:00 |
|
Jakub Vrana
|
532a4ee083
|
Reorder variables
|
2018-02-01 12:27:22 +01:00 |
|
Jakub Vrana
|
e9add6d985
|
Return string from warnings()
|
2018-02-01 11:43:44 +01:00 |
|
Jakub Vrana
|
e32f90f8ff
|
Lowercase EXPLAIN but don't translate it
|
2018-01-31 20:25:41 +01:00 |
|
Jakub Vrana
|
7ad09d2cb4
|
Move explain below warnings
|
2018-01-31 20:25:11 +01:00 |
|
Jakub Vrana
|
2adc174541
|
MySQL: Display warnings in SQL command
|
2018-01-31 17:28:12 +01:00 |
|
Jakub Vrana
|
c3d83d5412
|
Fix compiled version after 5cc831c1
|
2018-01-23 14:10:21 +01:00 |
|
Andrea Giacobino
|
5cc831c1e1
|
Add ability to override file name (path) when loading dump from webserver
|
2018-01-23 09:24:57 +01:00 |
|
Jakub Vrana
|
35b1db6974
|
Move inline event handlers to <script>
|
2018-01-12 17:11:29 +01:00 |
|