Bugs and Features item #3540502, was opened at 2012-07-05 09:46
Message generated for change (Settings changed) made by jakubvrana
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1127745&aid=3540502&group_id=264133
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: Common
Group: 3.4.0
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Ondřej Bouda (obouda)
Assigned to: Jakub Vrána (jakubvrana)
Summary: Fatal error when searching a Postgres database
Initial Comment:
When working with a Postgres database (version 9.1.4 through PHP extension PgSQL), I used the "Search data in tables" function that searches a given string in all the database tables. Instead of result, I received a fatal error:
Fatal error: Call to a member function fetch_row() on a non-object in C:\prg\php\db\index.php on line 304
Call Stack
# Time Memory Function Location
1 0.0711 5597064 {main}( ) ..\index.php:0
2 0.2222 5710792 search_tables( ) ..\index.php:1597
Adminer version is 3.4.0, operating system Windows 7. Reproduced on PHP 5.3.1 and PHP 5.4.4.
----------------------------------------------------------------------
Comment By: himdel (himdel)
Date: 2012-08-25 04:11
Message:
Does the same thing in 3.5.1 with MySQL but only if the search string
contains non-ascii characters .. search for "hrebecna" works fine, search
for "hřebečná" fails.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1127745&aid=3540502&group_id=264133
|