Przemysław Czerpak
ea09561adf
2015-12-09 14:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
...
* include/dbinfo.ch
* include/hbrdddbf.h
* src/rdd/dbf1.c
+ added new RDD switch RDDI_SETHEADER
It allows to define how DBF header is updated in tables which
will be opened later, i.e.:
// maximize performance reducing number of DBF header updating
// header is updated only when table is closed if before new
// record was added
hb_rddInfo( RDDI_SETHEADER, DB_SETHEADER_MINIMAL )
or:
// update header in the same moment as Clipper and xBase++
// and store only last two digit from the year for compatibility
// with old dBase and FoxPro versions
hb_rddInfo( RDDI_SETHEADER, ;
hb_bitOr( DB_SETHEADER_CLIPPER, DB_SETHEADER_YYEAR ) )
// DB_SETHEADER_CLIPPER
By default Harbour uses DB_SETHEADER_APPENDSYNC.
For more information look at comments for DB_SETHEADER_* switches
in dbinfo.ch
+ added new table switch DBI_SETHEADER
It has the same meaning as RDDI_SETHEADER but changes the header
updated mode of already open table by dbInfo() function.
* src/rtl/filebuf.c
! added missing redirection for Configure() method.
* src/rtl/hbproces.c
! fixed sysconf() emulation for OpenWatcom 1.9 and earlier to work with
_SC_PAGESIZE
2015-12-09 14:22:57 +01:00
..
2014-12-03 11:46:13 +01:00
2013-03-16 02:11:42 +01:00
2014-12-03 11:46:13 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2015-12-09 14:22:57 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-10-09 20:08:24 +02:00
2015-08-27 16:46:12 +02:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2015-11-25 15:06:44 +01:00
2013-03-16 02:11:42 +01:00
2014-01-22 02:44:56 +01:00
2015-03-05 20:46:23 +01:00
2014-12-03 11:46:13 +01:00
2015-09-17 12:23:29 +02:00
2014-03-10 18:59:52 +01:00
2013-07-03 12:14:50 +02:00
2013-03-16 02:11:42 +01:00
2015-09-08 20:10:44 +02:00
2015-10-02 16:45:17 +02:00
2015-08-07 15:40:40 +02:00
2013-10-09 20:08:24 +02:00
2015-11-24 09:03:56 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2015-05-19 15:17:41 +02:00
2013-12-06 10:52:59 +01:00
2013-03-16 02:11:42 +01:00
2014-03-04 01:56:15 +01:00
2015-05-05 19:35:29 +02:00
2013-03-16 02:11:42 +01:00
2015-02-17 12:06:51 +01:00
2015-02-17 12:06:51 +01:00
2015-02-11 12:31:48 +01:00
2015-09-09 23:16:24 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2014-09-17 16:45:44 +02:00
2015-09-02 16:11:24 +02:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2015-12-04 23:05:18 +01:00
2015-12-04 23:05:18 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2015-10-28 15:44:35 +01:00
2015-10-28 15:44:35 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2014-12-03 11:46:13 +01:00
2013-03-16 02:11:42 +01:00
2014-03-24 22:19:45 +01:00
2015-11-30 14:56:10 +01:00
2013-10-09 20:08:24 +02:00
2013-04-05 03:02:47 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-04-05 16:35:37 +02:00
2013-03-16 02:11:42 +01:00
2014-11-29 06:03:17 +01:00
2015-03-18 23:16:36 +01:00
2015-12-09 14:22:57 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2014-11-04 01:54:04 +01:00
2014-10-24 15:15:39 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-15 11:13:30 +01:00
2014-08-27 18:19:36 +02:00
2015-11-25 15:06:44 +01:00
2014-12-03 11:46:13 +01:00
2015-05-18 23:01:14 +02:00
2015-03-23 21:02:02 +01:00
2014-12-03 00:41:38 +01:00
2015-08-26 15:51:35 +02:00
2015-12-03 12:26:07 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2014-03-11 09:38:36 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2014-04-01 12:33:17 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00
2015-03-23 15:03:27 +01:00
2013-03-15 11:13:30 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2014-09-09 20:49:09 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2015-09-15 14:58:03 +02:00
2015-10-13 23:05:32 +02:00
2014-02-01 09:11:23 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-12-18 21:05:06 +01:00
2013-12-18 21:05:06 +01:00
2015-08-26 15:51:35 +02:00
2014-12-12 13:30:56 +01:00
2013-10-09 20:08:24 +02:00
2015-03-20 16:34:03 +01:00
2013-03-16 02:11:42 +01:00
2014-12-03 11:46:13 +01:00
2013-10-09 20:08:24 +02:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2013-03-16 02:11:42 +01:00
2014-12-03 11:46:13 +01:00
2015-03-24 13:42:51 +01:00
2013-03-16 02:11:42 +01:00
2013-10-09 20:08:24 +02:00