]> gitweb.factorcode.org Git - factor.git/history - basis/db
io.streams.tee: more tests
[factor.git] / basis / db /
2024-02-27 Doug Colemandb.sqlite.lib: fix test
2024-02-27 Doug Colemandb.sqlite.lib: there is no u64 type in sqlite and i...
2024-02-27 Doug Colemandb.sqlite.ffi: use the libclang output with some fixups
2024-02-26 Doug Colemandb.sqlite.ffi: add more api
2024-02-06 Dave CarltonAdded LIKE" for creating 'WHERE column LIKE' queries
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-03-13 Doug Colemandocs: fix spacing
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2023-01-18 John Benediktssondb.postgresql: don't test on win-32.
2023-01-18 John Benediktssondb.tester: perform test-postgresql on all platforms.
2023-01-14 John Benediktssondb.postgresql: remove long test
2023-01-12 Doug Colemanfactor: fix some spacing
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: use new words
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-02 John Benediktssonhelp.markup: adding $vocab-subsections which renders...
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-03-22 John Benediktssondb.sqlite.lib: stop using sequences.extras.
2020-11-29 Doug Colemandb.sqlite: Add some more constants and a way to see...
2020-11-21 John Benediktssondb.sqlite: fix string.
2020-11-21 John BenediktssonA few more fixes for string parsing.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-08-27 Doug Colemandb: Fix using list for walker.
2020-05-27 Doug Colemandb.sqlite.ffi: Update the sqlite3 bindings a bit.
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2019-01-03 John Benediktssondb.sqlite: make sure select-tuple throws sql-table...
2019-01-01 Alexander Iljindb.tuples[{-docs,-tests}]: add reject-tuples
2018-12-31 Doug ColemanRevert "db.tuples[{-docs,-tests}]: add reject-tuples"
2018-12-31 Alexander Iljindb.tuples[{-docs,-tests}]: add reject-tuples
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-03-04 Alexander Iljindb.types-docs: mention the +primary-key+ in the appropr...
2018-03-04 Alexander Iljindb.sqlite: support the +primary-key+ modifier
2018-02-22 John Benediktssondb.tuples: use natural-sort in test case.
2018-02-22 John Benediktssondb.tuples: simplify recreate-table.
2018-02-22 John Benediktssondb.tuples: use recreate-table in tests.
2018-02-22 John Benediktssondb.tuples: fix tests for select-me table not exists.
2018-02-21 Alexander Iljindb.tuples-tests: add tests for each-tuple and update...
2018-02-21 Alexander Iljindb.tuples[-docs]: update copyright headers
2018-02-21 Alexander Iljindb.tuples[-docs]: add update-tuples
2018-02-21 Alexander Iljindb.tuples[-docs]: add each-tuple
2018-02-21 Alexander Iljindb.{tuples,types}-docs: fix an indefinite article
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2018-02-14 John Benediktssondb.sqlite: remove unused "db-table" namespace variable.
2018-02-14 John Benediktssondb.tuples: simplify count-tuples.
2018-02-14 John Benediktssondb.queries: set the "table-name" inside a with-variables.
2018-02-14 John Benediktssondb.errors: cleanup using.
2018-02-14 John Benediktssondb.tuples: use fry instead of curry, fix stack effect...
2018-02-14 John Benediktssondb.tuples: more efficient with-disposals if sequence...
2018-02-14 John Benediktssondb.types: simplify filter-ignores.
2018-01-16 Alexander Iljindb[.tuples|.types]-docs: replace "a SQL" with "an SQL"
2018-01-16 Alexander Iljindb-docs: add a missing space
2018-01-16 Alexander Iljindb-docs: fix the documentation for query-each and query-map
2017-08-06 Doug Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-09 John Benediktssonusing ignore-errors instead of [ drop ] recover.
2017-01-22 John Benediktssonno need to clone empty byte-array.
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2017-01-05 Björn Lindqvistcalendar.*: replacing hms>timestamp and timestamp>hms...
2017-01-04 Björn Lindqvistcalendar.format: moving parsing words to a new vocab...
2017-01-02 Alexander Iljindb-docs: remove double period at the end of a sentence
2017-01-02 Alexander Iljindb-docs: add a missing newline to separate groups of...
2016-11-18 Björn Lindqvistcontinuations: new words for ignoring masked errors
2016-11-08 John Benediktssondb.sqlite: use temporary test.db for tests.
2016-10-31 Björn LindqvistDocs: bunch of random doc updates
2016-08-25 Björn Lindqvistdb.sqlite: fix the delete constraint for the restrict...
2016-08-25 Björn Lindqvistdb.sqlite: fix text of generated triggers
2016-07-30 Alexander IljinAdd EOL at EOF for all authors.txt files for consistency
2016-07-22 Doug Colemandb.sqlite: Fix NULL returns for INTEGER columns in...
2016-07-11 John Benediktssonuse ?delete-file instead of [ delete-file ] ignore...
2016-06-29 Alexander Iljindb.errors: update ignore-error parameter list to be...
2016-06-29 Alexander Iljindb.queries: add ensure-index
2016-06-29 Alexander Iljindb.(sqlite.)errors: add sql-index-exists error
2016-06-29 Alexander Iljindb.sqlite.errors: simplify implementation
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-03-31 John Benediktssonunicode: make this the API for all unicode things.
2016-03-22 John Benediktssondb.errors: move to db.{postgresql,sqlite}.errors.
2016-03-18 John Benediktssonio.files.unique: change to create unique files and...
2015-12-12 John Benediktssondocs: using $maybe.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-13 Doug Colemandb.sqlite: fix ERROR:
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
next