
18 Feb
2004
18 Feb
'04
10:03 p.m.
On Wednesday 18 February 2004 22:41, Martin Edenhofer wrote:
What functions do MySQL *and* PostgreSQL (and all other possible DB servers) provide that Perl (and packages) don't?
ATM I can only see disadvantages with this (as described in my first post).
For example: SELECT id FROM ticket AND create_time < '2003-01-01 01:01'
In this cases the database time function is used. All other time functions are implemented in perl (Date::Calc).
I don't see a database function in the above SQL statement.
Despite I would expect additional trouble when time (and time zones) on
OTRS host and SQL host differ.
--
Bernhard Graf