* Initial implementation of JSON dataset

git-svn-id: trunk@19853 -
This commit is contained in:
michael 2011-12-16 16:20:13 +00:00
parent 3fff7b04fd
commit 23c969a962
4 changed files with 3586 additions and 0 deletions

3
.gitattributes vendored
View File

@ -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

File diff suppressed because it is too large Load Diff

View 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:

File diff suppressed because it is too large Load Diff