Sean Corfield
8c75e3a546
Addresses #69 by expanding docs for execute-one!
...
Updates include adding notes on `execute!`, `execute-one!`, and `plan`
in the README, as well as expanding the docstrings for those functions.
2019-10-11 11:26:41 -07:00
Sean Corfield
222449c9a9
Fixes #68 by clarifying docs around :next.jdbc/update-count
2019-10-01 10:53:23 -07:00
Sean Corfield
0e4c6b8d6f
Prep for 1.0.8
2019-09-27 19:59:20 -07:00
Sean Corfield
6c42d7ce67
Fixes #66 by adding support for :jdbcUrl in db-spec hash map
2019-09-27 13:06:45 -07:00
Sean Corfield
8cb05f4495
Fix #63 by adding caveats to qualified column name docs
2019-09-14 18:13:39 -07:00
Sean Corfield
e03de7828a
Document PR #64
...
Add to change log, Getting Started, and ns docstring for
`next.jdbc.specs`. Also note docs in GitHub are for **master** now.
2019-09-14 13:32:34 -07:00
Sean Corfield
3dfc6ffba2
Prep for 1.0.7 release
2019-09-09 16:29:49 -07:00
Sean Corfield
f1b8fea9bb
Prep for 1.0.6 release
2019-08-24 12:05:45 -07:00
Sean Corfield
0049b007e5
Fixes #54 by adding new section to Getting Started
2019-08-21 13:30:33 -07:00
Sean Corfield
f4b8ff5cdb
Prep for 1.0.5 release
2019-08-05 18:30:24 -07:00
Sean Corfield
22b7e6df61
Reword username/user caveat for HikariCP
2019-07-26 12:39:52 -07:00
Sean Corfield
7bab6718bc
HikariCP/jTDS caveats
2019-07-26 12:07:36 -07:00
Sean Corfield
87acc3d3cb
Add caveat about HikariCP username
2019-07-25 11:43:35 -07:00
Sean Corfield
cd67997561
Prep for 1.0.4
2019-07-24 22:53:07 -07:00
Sean Corfield
9372ce11cd
Fix #50 by testing against (embedded) PostgreSQL
...
This is the first database that returns lowercase columns in results so
there are a lot of conditionals in the tests now. It also returns entire
rows on inserts instead of just the generated key.
2019-07-24 17:32:58 -07:00
Sean Corfield
097cdf7d28
Improve connection pooling docs
2019-07-24 15:45:16 -07:00
Sean Corfield
9e8477bd4b
Prep for 1.0.3 release
2019-07-23 19:02:55 -07:00
Sean Corfield
8c98f60a30
Misc doc improvements
2019-07-20 16:55:20 -07:00
Sean Corfield
c9a9310449
Update test deps
2019-07-19 12:33:45 -07:00
Sean Corfield
05d9b06ddc
Note Connection Pooling stuff is coming in 1.0.3
2019-07-18 12:25:09 -07:00
Sean Corfield
b3f462e90b
Fixes #48 by documenting connection/->pool
2019-07-18 12:12:09 -07:00
Sean Corfield
7306e5ed3a
Prep for 1.0.2 release
2019-07-15 13:45:00 -07:00
Sean Corfield
e361f875c1
Add sections to make Getting Started easier to navigate
2019-07-11 15:11:26 -07:00
Sean Corfield
79d6f5ef29
Improve documentation around :dbtype
...
Expose `next.jdbc.connection/dbtypes` which is a table of all known
`:dbtype` values and their driver class names, ports, etc.
2019-07-10 11:54:13 -07:00
Sean Corfield
89af17ef31
Prep for 1.0.1 release
2019-07-03 20:30:29 -07:00
Sean Corfield
5448d49d74
Prep for 1.0.0 gold release
2019-06-12 21:49:09 -07:00
Sean Corfield
3b5bfc6d17
Prep for 1.0.0-rc1 release
2019-06-04 18:03:44 -07:00
Sean Corfield
de0afef813
Prepare for Beta 1
...
Primarily a documentation update pass, since the code changes were
already made.
2019-05-24 16:54:10 -07:00
Sean Corfield
a32c5b9e66
Address #16 by renaming reducible! to plan for Beta 1
2019-05-22 16:22:14 -07:00
Sean Corfield
146539528a
Include spec support in Getting Started for #21
2019-05-21 22:17:35 -07:00
Sean Corfield
ff94962e27
Fixes #18 by cleaning up connection properties better.
2019-05-04 23:59:48 -07:00
Sean Corfield
2d045b0c95
Alpha 12; fixes #17 ; improves docs
2019-04-26 22:46:42 -07:00
Sean Corfield
adc1abab8d
Prep for 1.0.0-alpha11 release
...
cljdoc failed on alpha10 because `cljdoc.edn` had the wrong filename.
2019-04-24 16:05:03 -07:00
Sean Corfield
a216bfcb16
Prep for 1.0.0-alpha10 release
2019-04-24 15:57:20 -07:00
Sean Corfield
c43d7f1486
Switch internal links (now that cljdoc has fixed its bug)
2019-04-22 21:18:32 -07:00
Sean Corfield
2c018654d3
Alpha 9; fixes #14 ; improves protocol docstrings
...
* Move documentation from `ns` into `defprotocol` and the method
declarations.
* Indicate which protocols may be extended via metadata
(`SettableParameter` and `Sourceable`).
2019-04-22 17:41:31 -07:00
Sean Corfield
e091321696
Alpha 8; with correct Getting Started instructions!
2019-04-21 18:19:08 -07:00
Sean Corfield
afb62a2884
Fix artifact name in the docs! Doh!
2019-04-21 18:18:10 -07:00
Sean Corfield
f4573f5f95
Alpha 7; clean up deps
...
If this also fixes the cljdoc issues, I think we'll be ready for an
announcement on Monday!
2019-04-21 17:37:22 -07:00
Sean Corfield
d05462895f
Alpha 6; expand testing to multiple DB types
...
Now tests: Derby, H2 in-memory (as before), H2 on-disk, HSQLDB, and
SQLite.
2019-04-21 17:12:43 -07:00
Sean Corfield
8c51fc20e6
Rename doc files (to match URL versions); fix all doc links
...
It feels like it ought to be easier to link between docs and have them
work on both GitHub and cljdoc!
2019-04-21 14:15:07 -07:00