summary refs log tree commit diff stats
path: root/lib/impure
Commit message (Expand)AuthorAgeFilesLines
* close #14284 document semantics for start for re,nre; improve examples (#14483)Timothee Cour2020-05-282-196/+67
* add bindParams to db_sqlite (#14408)Bung2020-05-261-41/+159
* add insert,tryInsert unify for postgres that need pk name (#14416)Bung2020-05-224-0/+67
* add SqlPrepared api fix #13559 (#14365)Bung2020-05-161-0/+101
* fix #9771 (#14357)Bung2020-05-151-5/+5
* Fail quickly if re or nre module is attempted to be compiled with js [backpor...Kaushal Modi2020-05-142-1/+6
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-4/+4
* change some Exceptions to CatchableError or Defect, fixes #10288 (#14069)hlaaftana2020-04-221-1/+1
* fix #7241 (#13779)itsumura-h2020-04-031-0/+5
* Deprecate DCE:on (#13839)Juan Carlos2020-04-022-3/+0
* Add Documentation (#13811)Juan Carlos2020-03-311-2/+8
* Remove 2 old deprecated files (#13702)Juan Carlos2020-03-202-20/+0
* fixes #13654Andreas Rumpf2020-03-161-1/+1
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-131-1/+1
* make nre compile with --gc:arcAraq2020-01-261-66/+54
* added note to re constructor regarding performance (#13224)whiterock2020-01-221-1/+5
* Check pqntuples > 0 in getValue. Fixes #12973 (#12974)Chris Heller2019-12-291-4/+12
* ported re.nim to ARCAraq2019-12-241-1/+10
* [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. (#...3n-k12019-11-281-1/+1
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-2/+4
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
* Documentation improvements around the db interface (#12362)Ray Imber2019-10-081-0/+12
* use system.move instead of system.shallowCopy if the GC mode requires itAndreas Rumpf2019-10-041-1/+1
* [backport] Fix typo in docs (#12356) [ci skip]Andrew Owen2019-10-041-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-273-3/+3
* rdstdin: remove cruft that shouldn't have been exported or added (#12014)Andreas Rumpf2019-08-231-40/+0
* removed unused imports [refactoring]Andreas Rumpf2019-08-081-1/+1
* Skip db_postgres.setRow if getRow returns 0 rows (#11859)Chris Heller2019-08-041-2/+4
* makes the -d:nimIncremental compiler mode compile againAndreas Rumpf2019-07-271-5/+5
* minor style changesAraq2019-07-111-2/+2
* [feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...Huy2019-07-104-1/+21
* Render deprecated pragmas (#8886)LemonBoy2019-06-031-2/+2
* db_sqlite: Update documentation (#10330) (#11266)jiro2019-05-191-71/+359
* fixes #11139 (re.nim memory leak) (#11265)Miran2019-05-162-2/+1
* Fix header inconsistencies in documentation (#11071)Zed2019-04-234-23/+23
* Documentation import fixes (#11070)Zed2019-04-211-12/+9
* live with the hacks, PCRE's design is crapAraq2019-03-192-3/+6
* pcre.nim: added pcre_free and removed hacks in nre and re.nimAndreas Rumpf2019-03-192-6/+3
* fix replacef typo in exampleKobi2019-02-131-1/+1
* Genode fixes (#10491)Emery Hemingway2019-01-291-0/+9
* Fix wrong integer types in odbcsql and db_odbc (#10419)pgkos2019-01-221-46/+18
* Restrict ptr/ref to ptr/ref implicit conversion (#10411)LemonBoy2019-01-221-5/+9
* Remove long deprecated stuff (#10332)Miran2019-01-181-26/+1
* fixes #7241Araq2019-01-131-10/+16
* make the stdlib work with the changed docgenAraq2019-01-111-4/+4
* remove deprecated modules (#10215)Miran2019-01-071-99/+0
* Fix ODBC SQL Error string decoding (#10207) [backport]Leonardo Cecchi2019-01-071-1/+1
* Rework nil/option for nre in light of ""==nilFlaviu Tamas2018-12-112-69/+82
* Revert 7f49364fd0 for nreFlaviu Tamas2018-12-112-7/+11
* Improve nre documentation (fixes #9470)Flaviu Tamas2018-11-181-1/+16