Só hoje seis intervenções no modulo SQLITE, algumas o Phil Krylov pegou do Harbour 3.4.
Código: Selecionar todos
2023-12-08 23:17 UTC+0100 Phil Krylov (phil a t krylov.eu)
* contrib/sddsqlt3/core.c
! Fixed a different signedness compare warning.
2023-12-07 21:25 UTC+0100 Phil Krylov (phil a t krylov.eu)
* contrib/3rd/sqlite3/*
* Updated local sqlite3 from 3.8.2 to 3.44.2.
! Updated diff to make Borland compile sqlite3.
2023-12-07 21:24 UTC+0100 Phil Krylov (phil a t krylov.eu)
* contrib/hbsqlit3/hbsqlit3.ch
* Updated SQLite constants to version 3.44.2.
% Reordered hbsqlit3.ch to simplify diffing from sqlite.h.
* contrib/hbsqlit3/core.c
+ SQLITE3_CREATE_FUNCTION(): Added support for function flags.
2023-12-07 21:23 UTC+0100 Phil Krylov (phil a t krylov.eu)
* contrib/hbsqlit3/core.c
* contrib/hbsqlit3/hbsqlit3.ch
% Minor updates to hbsqlit3, borrowed from @vszakats's fork.
; parts of original commits:
; * https://github.com/vszakats/hb/commit/ca9f75850cf65ffc93b483d1a6b355fd1be2d203
; 2015-05-13 21:07 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
; * https://github.com/vszakats/hb/commit/949e77ae6975795ec4c11ced0d223207c12e20f9
; 2015-07-15 20:26 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
; * https://github.com/vszakats/hb/commit/dae1a8698520029b4053bbc7f8eeb01f619164c4
; 2017-08-14 18:59 UTC Viktor Szakats (vszakats users.noreply.github.com)
2023-12-07 21:21 UTC+0100 Phil Krylov (phil a t krylov.eu)
; merged:
2015-04-09 11:34 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* contrib/hbsqlit3/core.c
* contrib/hbsqlit3/hbsqlit3.hbx
+ add sqlite3_status64()
% adjust variable scopes
! fix to reset reference parameters in functions with
functionality disabled
; origin: https://github.com/vszakats/hb/commit/5bcaa24c93bccdbdfe9ea52f3cbf4ebb8837dd5f
2015-09-02 19:11 UTC+0200 Viktor Szakats (vszakats users.noreply.github.com)
* contrib/hbsqlit3/core.c
% use hb_fileLoad()
; Commit split from:
; origin: https://github.com/vszakats/hb/commit/8f534aaa77ff07ad86db5ad079d376d515561c5a
2017-08-01 20:23 UTC Viktor Szakats (vszakats users.noreply.github.com)
* contrib/hbsqlit3/core.c
* contrib/sddsqlt3/core.c
* use new sqlite3_prepare_v3() when built against
sqlite 3.20.0 or upper.
* contrib/hbsqlit3/core.c
+ SQLITE3_PREPARE() add 3rd parameter <nPrepFlags>
Usable if build against sqlite 3.20.0 or upper, ignored otherwise
* contrib/hbsqlit3/hbsqlit3.ch
+ add SQLITE3_PREPARE_PERSISTENT constant
; origin: https://github.com/vszakats/hb/commit/b33de96c81ac790f390e506160a4d1d8c2b5f4fe
2023-12-07 21:00 UTC+0100 Phil Krylov (phil a t krylov.eu)
* config/win/bcc.mk
* utils/hbmk2/hbmk2.prg
! Fixed Borland C 32-bit compiler warning flags.
Itamar M. Lins Jr.
