mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 14:29:14 +02:00
* Initial implementation of JSON dataset
git-svn-id: trunk@19853 -
This commit is contained in:
parent
3fff7b04fd
commit
23c969a962
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -1893,6 +1893,9 @@ packages/fcl-db/src/export/fpsqlexport.pp svneol=native#text/plain
|
||||
packages/fcl-db/src/export/fpstdexports.pp svneol=native#text/plain
|
||||
packages/fcl-db/src/export/fptexexport.pp svneol=native#text/plain
|
||||
packages/fcl-db/src/export/fpxmlxsdexport.pp svneol=native#text/plain
|
||||
packages/fcl-db/src/json/Makefile svneol=native#text/plain
|
||||
packages/fcl-db/src/json/Makefile.fpc svneol=native#text/plain
|
||||
packages/fcl-db/src/json/jsondataset.pp svneol=native#text/plain
|
||||
packages/fcl-db/src/memds/Makefile svneol=native#text/plain
|
||||
packages/fcl-db/src/memds/Makefile.fpc svneol=native#text/plain
|
||||
packages/fcl-db/src/memds/README.txt svneol=native#text/plain
|
||||
|
2460
packages/fcl-db/src/json/Makefile
Normal file
2460
packages/fcl-db/src/json/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
21
packages/fcl-db/src/json/Makefile.fpc
Normal file
21
packages/fcl-db/src/json/Makefile.fpc
Normal file
@ -0,0 +1,21 @@
|
||||
#
|
||||
# Makefile.fpc for JSON dataset.
|
||||
#
|
||||
|
||||
[package]
|
||||
main=fcl-db
|
||||
|
||||
[target]
|
||||
units=jsondataset
|
||||
|
||||
[require]
|
||||
packages=fcl-base fcl-json
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
||||
[default]
|
||||
fpcdir=../../../..
|
||||
|
||||
[rules]
|
||||
.NOTPARALLEL:
|
1102
packages/fcl-db/src/json/jsondataset.pp
Normal file
1102
packages/fcl-db/src/json/jsondataset.pp
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user