repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updating non-core libraries for monotonic? change
[factor/jcg.git]
/
basis
/
db
/
sqlite
/
test.txt
blob
e4487d30f935fbffd401b573b627295144a8fabf
1
create table person (name varchar(30), country varchar(30));
2
insert into person values('John', 'America');
3
insert into person values('Jane', 'New Zealand');