in reply to Re^3: Perl/PostgreSQL niche
in thread Perl/PostgreSQL niche

arrrgh ... I hate threads like that.

but if you kind of speed read it, enough in there to kind of get a few clues out of. I'll be on the lookout for mysql's truncating behaviour - worrying.

Replies are listed 'Best First'.
Re^5: Perl/PostgreSQL niche
by cees (Curate) on Sep 06, 2005 at 14:02 UTC

    If you use MySQL and you did not know about the trucation 'features' of MySQL, then you really should read the MySQL Gotchas page. There are a lot of eye openers in there that would shock users of other DBMSes, but are considered acceptable for developers that have generally only ever used MySQL.

    To be fair, here is the PostgreSQL gotchas page.

      thanks. I'll take a good look sometime.