- // Check for sqlState = S0002, "Table or view not found".
- // Ignore this error, bomb out on any other error.
- // SQL Sybase Anwhere v5.5 returns an access violation error here
- // (sqlstate = 42000) rather than an S0002.
+ /* Check for sqlState = S0002, "Table or view not found".
+ * Ignore this error, bomb out on any other error.
+ * SQL Sybase Anwhere v5.5 returns an access violation error here
+ * (sqlstate = 42000) rather than an S0002. */
+
+ /* PostgreSQL 6.4.0 returns "08S01" or in written form
+ "ERROR: Relation ... Does Not Exist", Robert Roebling */
+
+ /* MySQL 3.23.33b returns "S1000" or in written form
+ "ERROR: Unknown table ...", Robert Roebling */
+
+ /* This routine is bullshit, Robert Roebling */
+