Alterações na distribuição 3.21.24
Dynamic loadable functions. Based on source from Alexis Mikhailov.
- You couldn't delete from a table if no one had done a
SELECTon the table. - Fixed problem with range optimiser with many
ORoperators on key parts inside each other. - Recoded
MIN()andMAX()to work properly with strings andHAVING. - Changed default umask value for new files from
0664to0660. - Fixed problem with
LEFT JOINand constant expressions in theONpart. - Added Italian error messages from
<brenno@dewinter.com>. configurenow works better on OSF/1 (tested on 4.0D).- Added hooks to allow
LIKEoptimization with international character support. - Upgraded
DBIto 0.93.