]> gitweb.factorcode.org Git - factor.git/history - basis/db
windows.kernel32: add the FILE_* constants for GetVolumeInformation
[factor.git] / basis / db /
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...
2015-07-20 Doug Colemanfactor: superclass -> superclass-of, superclasses ...
2015-07-20 Doug Colemandb.postgresql.ffi: fix
2015-07-20 Doug Colemanfactor: fix a few spots where FUNCTION: was malformed
2015-07-19 Doug Colemanfactor: actual patch to remove ; from all c/fortran...
2015-07-19 Doug Colemanfactor: Trim whitespace after ! comments and a few...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-04-19 John Benediktssoninterpolate: don't break backwards compatibility.
2015-04-19 John Benediktssoninterpolate: some fixes for recent API change.
2014-11-13 John Benediktssonbasis/extra: cleanup uses of add-library.
2014-11-13 John BenediktssonRevert "alien.libraries.finder: using find-library...
2014-10-08 Doug Colemandb.postgresql: This is not actually the case on my...
2014-10-08 Doug Colemandb.tester: postgresql template1 database name should...
2014-10-03 Björn Lindqvistdb.tester: with-disposal needed to release the db conne...
2014-09-30 Björn Lindqvistdb.postgresql: ensure that 2 line error messages are... 1123/head
2014-09-30 Björn Lindqvistdb.tester: the postgresql-db variable shouldn't be...
2014-09-29 Björn Lindqvistdb.postgresql: configurable test db setting
2014-09-22 Björn Lindqvistdb.postgresql.lib: if PQsetdbLogin fails, PQfinish...
2014-07-22 Björn Lindqvistkernel: new combinator 2with = with with
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug ColemanMerge branch 'master' of factorcode.org:/git/factor
2014-07-08 Doug Colemandb.postgresql: Enable postgresql tests on win64! YAY!!
2014-06-07 Björn Lindqvistalien.libraries.finder: using find-library for some...
2014-05-24 John Benediktssonimprove help by linking to types directly.
2013-04-17 John Benediktssondb.tester: put cpu in sqlite-test-db name.
2013-03-30 Doug Colemandb, db.sqlite: If we are in a transaction, don't start...
2012-09-26 John BenediktssonRevert "db: don't nest transactions.
2012-09-26 John Benediktssondb: don't nest transactions.
2012-08-26 Doug Colemansqlite: Fix using.
2012-08-26 Doug Colemandb.sqlite: Fix using.
2012-08-26 Doug Colemandb.sqlite: Append layouts:cell to sqlite file test...
2012-07-24 John Benediktssonclasses.tuple: moving get-slot-named and set-slot-named...
2011-11-24 Joe Groffuse radix literals
2011-10-25 Doug ColemanFix all failures in the linux64 build email
2011-10-25 Doug ColemanMissed yet more renames
2011-10-14 John BenediktssonCleanup more lint warnings.
2011-10-13 John BenediktssonFix M: stack effects.
2011-10-13 John Benediktssonsequences: define ?first and ?second.
2011-09-26 John Benediktssonspecialized-arrays: performed some cleanup.
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
next