mirror of
https://github.com/vrana/adminer.git
synced 2026-03-18 02:21:02 +01:00
Generalize transactions
This commit is contained in:
@@ -539,10 +539,6 @@ ORDER BY p.proname');
|
||||
return get_vals("SELECT langname FROM pg_catalog.pg_language");
|
||||
}
|
||||
|
||||
function begin() {
|
||||
return queries("BEGIN");
|
||||
}
|
||||
|
||||
function last_id() {
|
||||
return 0; // there can be several sequences
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user