Nov 18 2011

Solution to Postgres JDBC driver ignoring charSet directive with SQL_ASCII database

Napisał(a) Grzegorz w kategorii Bez kategorii

“New” Postgres JDBC drivers check database engine version and if it’s not below 7.3 they will ignore charSet declaration. It breaks encoding of 8-bit characters if database has SQL_ASCII encoding (which basically means DONT_CARE_ANYTHING_GOES). If your database is set to SQL_ASCII and in reality it stores e.g. Windows-1250 (CP1250) characters, JDBC driver will assume incorrect encoding and diacritical characters will be broken.

Even though I understand the reasons given by Postgres developers for this (SQL_ASCII is NOT supposed to be used with anything other than 7-bit characters and it is obsolete), the solution they’re suggesting (to dump the db, and convert it to UTF-8) is not always possible. For instance, I would have a hard time telling my customer to do it, especially because their old software might break.

So I’ve patched the JDBC driver to accept charSet directive in JDBC URLs and also added a method setCharset to PGSimpleDataSource.

Here you can download it: Postgres JDBC driver - charSet patched

Brak komentarzy

May 11 2011

[en] Java: File.renameTo() doesn’t work on Linux between partitions

Napisał(a) Grzegorz w kategorii English, Informatyka, Krótkie, Porady

I have /tmp and /home on different partitions. When trying to move a file from /tmp to /home using File.renameTo() — it fails. Turns out one has to copy and delete the file himself, renameTo works only inside single partition.

Brak komentarzy

Dec 20 2010

Notka dla siebie - układanie okienek w Ubuntu

Napisał(a) Grzegorz w kategorii Informatyka, Krótkie, Porady

http://www.giuspen.com/x-tile/

Brak komentarzy

Dec 17 2010

Dużo RAMu na Ubuntu i sysctl.conf

Napisał(a) Grzegorz w kategorii Informatyka, Krótkie

Notka dla siebie - czy takie zmiany w /etc/sysctl.conf faktycznie przyspieszą działanie Ubuntu na komputerze z mnóstwem ramu?

vm.swappiness=10
vm.vfs_cache_pressure=50

Brak komentarzy

Dec 11 2010

Hmmm

Napisał(a) Grzegorz w kategorii Humor, Informatyka, Krótkie

NerdTests.com says I'm an Uber Cool Nerd King.  Click here to take the Nerd Test, get nerdy images and jokes, and write on the nerd forum!

Brak komentarzy

Następne »