Commit graph

25 commits

Author SHA1 Message Date
Gered 03b2c8cfd3 bump to next snapshot version for future development 2022-01-12 17:39:40 -05:00
Gered bf78781862 Version 0.2.0 2022-01-12 17:39:30 -05:00
Gered 949a30d93f bump up views dependency 2022-01-12 17:39:03 -05:00
Gered 46d280a55b update README.md 2022-01-12 17:38:49 -05:00
Gered 837a3b2d0e update project version to include patch number (0.2 -> 0.2.0)
needed for lein release usage
2022-01-12 17:38:37 -05:00
Gered fb53f431fa update project.clj with lein release config stuff 2022-01-12 16:26:54 -05:00
Gered 7b940cc002 update project groupId 2022-01-12 16:25:21 -05:00
Gered 4aa00f7485 update dependencies 2022-01-12 16:25:02 -05:00
Gered 7763926380 bump version for development 2016-06-27 18:43:41 -04:00
Gered d14dd101bb version 0.1 2016-06-27 18:42:42 -04:00
Gered e99fde7d8c formatting 2016-06-04 14:38:28 -04:00
Gered b5a252a65e add documentation 2016-06-04 14:32:29 -04:00
Gered fcd9777024 add unit test for view row-fn / result-set-fn options 2016-06-01 17:07:41 -04:00
Gered cbeae300d9 forgot a few 2016-05-31 18:32:59 -04:00
Gered aec0ccfe41 test cleanups 2016-05-31 18:30:36 -04:00
Gered e02779688b remove unnecessary import 2016-05-31 18:22:28 -04:00
Gered 3fa21ecb99 fix test fixture name 2016-05-31 18:21:12 -04:00
Gered 0bf94fa60f add tests 2016-05-31 18:20:09 -04:00
Gered aa58b3116c slight project rename 2016-05-31 10:54:47 -04:00
Gered 9f2bfc1820 updates for recent views changes. analyzed sql cache now kept global
just a single cache for all view systems that might be in use. i don't
think this should really be a problem
2016-05-29 19:02:39 -04:00
Gered a86d4eef17 add ability to manually provide table name hints for unparseable sql
an important backup to allow SQL that JSqlParser cannot handle still
be used in the views system. JSqlParser is still actively maintained
and will get better over time, but it cannot handle everything thrown
at it.
2016-05-22 22:07:26 -04:00
Gered d82702d946 add clojure.jdbc query result-set-fn support to views 2016-05-22 18:16:00 -04:00
Gered 1c4c20fb61 update function doc comments 2016-05-22 15:42:18 -04:00
Gered c717bb8010 update README.md 2016-05-22 15:38:36 -04:00
Gered 79b70390a1 initial commit 2016-05-22 15:26:20 -04:00