User:Alvonruff/Test Pages

From ISFDB
Jump to navigation Jump to search

Test results based on a fresh build, with the inclusion of the following line of code in SQLparsing.py, just after dn.select_db(DBASE):

try:
        db = MySQLdb.connect(DBASEHOST, USERNAME, PASSWORD, conv=_IsfdbConvSetup())
        db.select_db(DBASE)
        db.set_character_set("latin1")
        SQLUpdateQueries()

The test is to add the following characters at the end of a non-ASCII string, to the pages below: ßé


Author

  • select * from authors where author_language='xx';

Title