mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-05 20:31:00 +08:00
bugfix for #806379
This commit is contained in:
parent
d9f25cfba7
commit
eba3a8aca7
@ -6,7 +6,8 @@ Sun Feb 15 07:37:19 EST 2004 Brian Bruns <brian@bruns.com>
|
|||||||
move declarations to top of function, fixes bug 675022
|
move declarations to top of function, fixes bug 675022
|
||||||
fix -Wall messages
|
fix -Wall messages
|
||||||
add data page dissector for jet4
|
add data page dissector for jet4
|
||||||
* src/lib/data.c: merge patch for bug #688655, check negative values on datetime
|
* src/libmdb/data.c: merge patch for bug #688655, check negative values on datetime
|
||||||
|
* src/libmdb/money.c: increase MAXPRECISION to 20
|
||||||
|
|
||||||
Sat Feb 14 14:41:00 EST 2004 Brian Bruns <brian@bruns.com>
|
Sat Feb 14 14:41:00 EST 2004 Brian Bruns <brian@bruns.com>
|
||||||
* include/.cvsignore: add mdbver.h
|
* include/.cvsignore: add mdbver.h
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
#include "dmalloc.h"
|
#include "dmalloc.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAXPRECISION 9
|
#define MAXPRECISION 20
|
||||||
/*
|
/*
|
||||||
** these routines are copied from the freetds project which does something
|
** these routines are copied from the freetds project which does something
|
||||||
** very similiar
|
** very similiar
|
||||||
|
Loading…
Reference in New Issue
Block a user