Commit graph

50 commits

Author SHA1 Message Date
Gered d396720916 update README.md 2022-01-12 17:43:45 -05:00
Gered c5d610ae25 bump up views dependency 2022-01-12 17:42:26 -05:00
Gered 01b7a381b6 update project version to include patch number (0.3 -> 0.3.0)
needed for lein release usage
2022-01-12 17:42:09 -05:00
Gered 3ee9589463 update project.clj with lein release config stuff 2022-01-12 16:23:09 -05:00
Gered 25c59b6d32 update project groupId 2022-01-12 16:21:59 -05:00
Gered 5c931e434d update dependencies 2022-01-12 16:21:36 -05:00
Gered b16f0fb395 bump version for development 2016-06-27 18:41:01 -04:00
Gered 92eeea9630 version 0.2 2016-06-27 18:39:58 -04:00
Gered cde298a899 fix links 2016-06-04 15:17:25 -04:00
Gered bd0b14f475 add documentation 2016-06-04 15:15:40 -04:00
Gered eb00afa136 update vexec to take a map of options (used to specify namespace)
this change is mainly to keep consistent with views.sql's vexec args
2016-06-01 17:04:30 -04:00
Gered 92486e54e9 add unit tests 2016-06-01 16:59:40 -04:00
Gered 687189e2e2 clean up options passed in to HSQLView. add result-set-fn option support 2016-06-01 16:50:33 -04:00
Gered 6ce4b5c3d4 remove old :require reference 2016-06-01 11:37:29 -04:00
Gered 5299942781 slight project rename 2016-05-31 10:55:13 -04:00
Gered 4a3916d25f updates for recent views changes 2016-05-29 19:01:36 -04:00
Gered 9de07f22ef update gitignore 2016-05-22 15:24:41 -04:00
Gered 871e690e1c fix arguments to jdbc query 2016-05-22 11:38:18 -04:00
Gered 01fdd50ebe update README.md 2016-05-21 19:40:58 -04:00
Gered 091db49213 some cleanup 2016-05-21 19:40:47 -04:00
Gered 200ab766e6 doc comment updates 2016-05-21 16:47:40 -04:00
Gered 481284e127 minor cleanup 2016-05-21 16:38:22 -04:00
Gered 2f5d432440 use a more unique keyword name to hold hints in a view transaction 2016-05-21 16:31:14 -04:00
Gered 2506440c6f switch to using put-hints! 2016-05-21 16:29:25 -04:00
Gered a475d0e5c3 update function doc comments 2016-05-21 15:50:01 -04:00
Gered 42b8e57f7c db provided to views can now also be a function that returns a db 2016-05-20 18:32:34 -04:00
Gered 06edd82ff5 rename post-fn to row-fn
i think "row-fn" is a lot more clear as a name, especially since jdbc
also uses the name row-fn to refer to the exact same thing
2016-05-20 18:19:07 -04:00
Gered 37e49d9730 relevancy check now matches type and namespace. add namespace to vexec!
previously the relevancy check and vexec! were using a hint's
namespace property as what we're now calling "type". i think this is
a lot more straightforward.
2016-05-20 18:16:52 -04:00
Gered c77be6aea8 remove set-hint-transport-fn!, instead use put-hints-fn in view-system 2016-05-19 17:37:09 -04:00
Gered 2752c8a92c provide non-distributed system default send-hints! function 2016-05-18 19:05:59 -04:00
Gareth b3c2b9fc27 added github shields 2016-05-06 22:54:43 -04:00
Gareth 44f452dacb Version 0.1.3-SNAPSHOT 2016-05-06 22:19:44 -04:00
Gareth e6cb31740a Version 0.1.2 2016-05-06 22:19:43 -04:00
Gareth 595aa7e735 updated to snapshot 2016-05-06 22:19:36 -04:00
Gareth e314648b2f fixed test... not paying attention 2016-05-06 22:17:42 -04:00
Gareth 21d1f58b44 updated deps 2016-05-06 22:16:06 -04:00
Gareth f8310ecf5d fixed tests 2016-05-06 22:12:21 -04:00
Gareth b8edca7716 updated travis secure vars 2016-05-06 22:12:09 -04:00
Gareth 7593932abc updated views dep 2016-05-06 21:26:47 -04:00
Gareth 84eca87e88 configured for travis 2016-05-06 21:23:11 -04:00
Joey Coleman 51d730bd94 bump views dependency to 1.4.4 2015-10-26 11:29:48 -04:00
Dave Della Costa 239ec6fddb adds check in query-tables for lateral joins 2015-06-19 17:05:12 +09:00
Dave Della Costa 91046a71a9 un-SNAPSHOT views 2015-05-21 16:49:35 +09:00
Dave Della Costa 1722ce02e2 bump to 0.1.1 2015-05-21 16:39:37 +09:00
Gareth 3c5c965029 Updated dependencies and bumped version 2015-05-13 15:24:31 -04:00
Alexander K. Hudek 1ce529e5bd Fix bug with send-hints and adjust spacing. 2015-04-21 18:00:41 -04:00
Alexander K. Hudek 698a176c4a Add some configuration help. 2015-04-21 01:35:56 -04:00
Alexander K. Hudek d8c25e62cc Update description. 2015-04-21 01:28:02 -04:00
Alexander K. Hudek abc65cec79 Initial commit. 2015-04-21 01:27:02 -04:00
Alexander K. Hudek 4e5ee99d36 Initial commit. 2015-04-20 23:26:07 -04:00