mirror of
https://github.com/postgres/postgres.git
synced 2025-08-28 18:48:04 +03:00
Applied patches from Oliver Jowett to fix the following bugs:
- adds a finalizer method to AbstractJdbc1Statement to clean up in the case of poor user code which fails to close the statement object - fix ant build file to correctly detect dependencies across jdbc1/jdbc2/jdbc3 - fix a coupld of server prepared statement bugs and added regression test for them Applied patch from Kim Ho: - adds support for get/setMaxFieldSize(). Also fixed build.xml to provide a better error message in the event that an older version of the driver exists in the classpath when trying to build.
This commit is contained in:
@@ -65,7 +65,6 @@ postgresql.serial.noclass:Nessuna classe trovata per {0}.
|
||||
postgresql.serial.table:La tabella per {0} non <20> nel database. Contattare l'amministratore del DB, visto che il database <20> in uno stato incosistente.
|
||||
postgresql.serial.underscore:Il nome di una classe non pu<70> contenere il carattere ``_''. E` stato fornito {0}.
|
||||
postgresql.stat.batch.error:L'operazione {0} {1} della sequenza <20> stata annullata.
|
||||
postgresql.stat.maxfieldsize:Fallito un tentativo a setMaxFieldSize() - verr<72> utilizzato il valore predefinito a tempo di compilazione.
|
||||
postgresql.stat.noresult:Nessun risultato <20> stato restituito dalla query.
|
||||
postgresql.stream.eof:Il backend ha interrotto la connessione. Probabilmente la tua azione ha causato la sua uscita.
|
||||
postgresql.stream.flush:Si <20> verificato un errore di I/O mentre si svuotava il buffer d'uscita - {0}
|
||||
|
Reference in New Issue
Block a user