Commit graph

37 commits

Author SHA1 Message Date
Sean Corfield
a0be7d162d fix #228 by recommending statement for Oracle 2022-10-01 00:42:06 -07:00
Daniel Skarda
7a7c31ece4 Fix copy & paste mistake and clarify example of slowdown for certain data types 2022-08-16 09:28:14 +02:00
Daniel Skarda
8b9b6af023 Document MS SQL :useBulkCopyForBatchInsert 2022-08-15 17:54:50 +02:00
Sean Corfield
5ce2c32732 fixes #199 by adding suggested text 2022-07-15 16:08:26 -07:00
Sean Corfield
b0af453994 fix #203 by adding tip about doubling up ? 2022-03-25 20:53:56 -07:00
Sean Corfield
de432a2245 prep for 1.2.724 2021-09-25 15:44:31 -07:00
Sean Corfield
03194a68fe remove superfluous prev/next page links
cljdoc adds these automatically now.
2021-07-29 22:56:26 -07:00
Sean Corfield
8e68c1be61 Add JSON caveat with HoneySQL 2021-07-18 16:38:39 -07:00
Snorre Magnus Davøen
fed6e671f9
Document PGInterval to Duration handling for postgres
Postgres supports a non-standard Interval type which is implemented as
the PGInterval type in the postgres jdbc driver. Many users would likely
want to deal with intervals as the standard java.time.Duration type. How
this can be done is documented under tips & tricks.

Signed-off-by: Snorre Magnus Davøen <post@snorre.io>
2021-04-25 13:38:13 +02:00
Sean Corfield
c7881fe078 Prep for 1.1.643; switch to com.github.seancorfield 2021-03-06 15:15:41 -08:00
Sean Corfield
dd62b5fcff Fixes #158 by documenting allowMultiQueries for MySQL 2021-03-06 15:01:05 -08:00
Kimmo Koskinen
e956428ac4
Add rs/ alias to clob->string example 2021-02-01 19:03:16 +02:00
Sean Corfield
a1e51bf007 Fix #157 by adding next.jdbc/execute-batch!
This breaks the circular dependency completely.
`next.jdbc.prepare/execute-batch!` is deprecated.
2021-01-30 16:36:05 -08:00
Sean Corfield
84fe3ea1af Add nil guard to PG JSON example 2020-09-15 22:46:35 -07:00
Sean Corfield
0fcbfcdc74 Add BOOLEAN to SQLite Tips & Tricks example for #134 2020-07-22 16:55:44 -07:00
Sean Corfield
0af209c862 Add plan example for SQLite bool/bit transform 2020-07-22 16:27:36 -07:00
Sean Corfield
c2a18bfea6 Address #134 by documenting builder-adapter workaround for SQLite 2020-07-22 16:23:39 -07:00
Sean Corfield
cacb4bdb4a Various documentation updates!
Fixes `:rewriteBatchedStatement`(`s`) for MySQL!
2020-06-30 12:31:28 -07:00
Sean Corfield
7ff03231b8 Clarify combining strategy 2020-06-29 18:22:34 -07:00
Sean Corfield
77ebb31026 Interleave combine with batch reductions #125 2020-06-26 22:21:49 -07:00
Sean Corfield
68d8f98d26 Document folding over plan #125 2020-06-26 21:31:43 -07:00
Sean Corfield
03792303bc Fixes #123 by adding type-hinting functions 2020-06-24 11:23:40 -07:00
Sean Corfield
aec0693b14 Default SQL Server DB is model
Also update branch references.
2020-06-16 11:28:27 -07:00
Sean Corfield
8f6844aa5d Fix typo in example 2020-05-25 11:36:23 -07:00
Maxim Penzin
63331e3742 link to jdbc docs 2020-05-08 12:32:21 +08:00
Maxim Penzin
87d051fb56 link to jdbc docs 2020-05-08 12:31:05 +08:00
Maxim Penzin
6604692886 tips-and-tricks: SQL Array as Clojure vector example 2020-05-08 12:19:58 +08:00
Maxim Penzin
8d8c7efebb Parameter type hint in tips-and-tricks 2020-05-08 10:40:53 +08:00
Sean Corfield
aa1c8a4cea Add MySQL-specific streaming tip 2020-04-27 17:48:29 -07:00
Sean Corfield
a3e7b01187 Fixes #103 by documenting timeouts 2020-04-10 12:45:34 -07:00
Sean Corfield
2fd27d18bd Improve documentation around next.jdbc.date-time
Expands the documentation around each place it is referenced. Expands 
the namespace docstring. Adds a mention of it to the result-set 
namespace docstring.
2020-04-07 14:29:37 -07:00
Sean Corfield
74ce12c5c0 Remove bogus type hints
Not sure how/why these ended up in the docs but they are wrong/not 
needed.
2020-04-07 13:45:22 -07:00
Sean Corfield
2574e7e37f Note MySQL handling of BLOB 2020-03-31 11:58:45 -07:00
Sean Corfield
780c759541 Complete support for MariaDB #100
Adds tests and test dependencies, based on a new environment variable. 
Updates change log. Documents difference in generated key return between 
MySQL and MariaDB.
2020-03-16 15:19:21 -07:00
Sean Corfield
ca37ed5106 Remove extra paren from JSON support code 2020-03-09 11:06:56 -07:00
Sean Corfield
3d10e9bdd9 Add mention of next.jdbc.date-time to PostgreSQL Tips & Tricks 2020-03-01 10:14:28 -08:00
Sean Corfield
4d7940a5d3 Reorganize Tips & Tricks after #94 2020-02-28 13:23:06 -08:00