-
Thank-you broetz!
Adding "?zeroDateTimeBehavior=convertToNull? to the URL works at least for SELECT statements. I haven't tested it with all the other functions.
Example:
jdbc:mysql://mysql.yourdomain.com/username?zeroDateTimeBehavior=convertToNull.
2008-01-15 03:39:00 UTC in Eclipse SQL Explorer [RCP/Plugin]
-
File Added: core.resolver_cust.php.zip.
2007-09-29 02:49:50 UTC in OpenSEF for Joomla
-
OpenSEF Version: 2.0.0-RC5_SP2
PROBLEM:
When OpenSEF builds the list of component aliases in sef.php (~ line 30), it loads aliases for all sites and does not sort them. Because sefResolver::input() simply returns the first in the array with a matching alias, you don't necessarily get the one you wanted.
SUGGESTED SOLUTION:
1. Move the code in sef.php that determines the site (~...
2007-09-29 02:44:42 UTC in OpenSEF for Joomla