Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #9771 (#14357) | Bung | 2020-05-15 | 1 | -5/+5 |
| | | | | | | | * fix #9771 * map SQLLEN SQLULEN * fix proc params take TSqlLen Co-authored-by: bung87 <crc32@qq.com> | ||||
* | Fail quickly if re or nre module is attempted to be compiled with js ↵ | Kaushal Modi | 2020-05-14 | 2 | -1/+6 |
| | | | | | [backport] (#14341) Fixes https://github.com/nim-lang/Nim/issues/14338 . | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | change some Exceptions to CatchableError or Defect, fixes #10288 (#14069) | hlaaftana | 2020-04-22 | 1 | -1/+1 |
| | |||||
* | fix #7241 (#13779) | itsumura-h | 2020-04-03 | 1 | -0/+5 |
| | | | finalize() should run in insert() | ||||
* | Deprecate DCE:on (#13839) | Juan Carlos | 2020-04-02 | 2 | -3/+0 |
| | |||||
* | Add Documentation (#13811) | Juan Carlos | 2020-03-31 | 1 | -2/+8 |
| | | | | * Add more Docs and runnableExamples | ||||
* | Remove 2 old deprecated files (#13702) | Juan Carlos | 2020-03-20 | 2 | -20/+0 |
| | |||||
* | fixes #13654 | Andreas Rumpf | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ↵ | Timothee Cour | 2020-03-13 | 1 | -1/+1 |
| | | | | | | | | other fixes (#13550) * fix #13218: avoid some irrelevant warnings for nim doc,rst2html * suppress warnRedefinitionOfLabel for nim doc * lots of fixes for UnusedImport warnings | ||||
* | make nre compile with --gc:arc | Araq | 2020-01-26 | 1 | -66/+54 |
| | |||||
* | added note to re constructor regarding performance (#13224) | whiterock | 2020-01-22 | 1 | -1/+5 |
| | | | Since I was new to regex I did not know that there is a compilation going on with ``re"[abc]"`` constructor and so I followed the other examples in the docs blindly, that is I just put the constructor directly in the arguments of match, find, etc., which was inside a loop and then wondered why my performance was so bad. Of course putting it outside the loop made it vastly more performant. People like me would benefit from the small note I added I would think :) | ||||
* | Check pqntuples > 0 in getValue. Fixes #12973 (#12974) | Chris Heller | 2019-12-29 | 1 | -4/+12 |
| | |||||
* | ported re.nim to ARC | Araq | 2019-12-24 | 1 | -1/+10 |
| | |||||
* | [backport] Fix style issues in lib/, tools/, and testament/. Fixes #12687. ↵ | 3n-k1 | 2019-11-28 | 1 | -1/+1 |
| | | | | (#12754) | ||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -2/+4 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Documentation improvements around the db interface (#12362) | Ray Imber | 2019-10-08 | 1 | -0/+12 |
| | | | | Added more details about the limits and reasoning behind the API. Came about from this discussion on IRC: https://irclogs.nim-lang.org/04-10-2019.html#16:58:04 | ||||
* | use system.move instead of system.shallowCopy if the GC mode requires it | Andreas Rumpf | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | [backport] Fix typo in docs (#12356) [ci skip] | Andrew Owen | 2019-10-04 | 1 | -1/+1 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 3 | -3/+3 |
| | |||||
* | rdstdin: remove cruft that shouldn't have been exported or added (#12014) | Andreas Rumpf | 2019-08-23 | 1 | -40/+0 |
| | |||||
* | removed unused imports [refactoring] | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | Skip db_postgres.setRow if getRow returns 0 rows (#11859) | Chris Heller | 2019-08-04 | 1 | -2/+4 |
| | | | Fixes nim-lang/Nim#11821 | ||||
* | makes the -d:nimIncremental compiler mode compile again | Andreas Rumpf | 2019-07-27 | 1 | -5/+5 |
| | |||||
* | minor style changes | Araq | 2019-07-11 | 1 | -2/+2 |
| | |||||
* | [feature] add `unsafeColumnAt` procs, that return unsafe cstring from ↵ | Huy | 2019-07-10 | 4 | -1/+21 |
| | | | | InstantRow (#11647) | ||||
* | Render deprecated pragmas (#8886) | LemonBoy | 2019-06-03 | 1 | -2/+2 |
| | | | | | | | | | * Render deprecated pragmas * fix the expected html * clean up the documentation regarding deprecations * fix typo * fix system.nim * fix random | ||||
* | db_sqlite: Update documentation (#10330) (#11266) | jiro | 2019-05-19 | 1 | -71/+359 |
| | |||||
* | fixes #11139 (re.nim memory leak) (#11265) | Miran | 2019-05-16 | 2 | -2/+1 |
| | | | Use the same PCRE function for freeing up the memory as nre.nim does. | ||||
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 4 | -23/+23 |
| | |||||
* | Documentation import fixes (#11070) | Zed | 2019-04-21 | 1 | -12/+9 |
| | | | | | | * Move asyncdispatch imports below introduction * Move nre imports below documentation | ||||
* | live with the hacks, PCRE's design is crap | Araq | 2019-03-19 | 2 | -3/+6 |
| | |||||
* | pcre.nim: added pcre_free and removed hacks in nre and re.nim | Andreas Rumpf | 2019-03-19 | 2 | -6/+3 |
| | |||||
* | fix replacef typo in example | Kobi | 2019-02-13 | 1 | -1/+1 |
| | |||||
* | Genode fixes (#10491) | Emery Hemingway | 2019-01-29 | 1 | -0/+9 |
| | | | Readline pasthru, add linker to config, do not pass -lm to linker. | ||||
* | Fix wrong integer types in odbcsql and db_odbc (#10419) | pgkos | 2019-01-22 | 1 | -46/+18 |
| | | | | | * Fix wrong parameter type in SQLErr * Fix wrong types of integers passed to SQLGetData | ||||
* | Restrict ptr/ref to ptr/ref implicit conversion (#10411) | LemonBoy | 2019-01-22 | 1 | -5/+9 |
| | | | | | | | | * Restrict ptr/ref to ptr/ref implicit conversion Fixes #10409 * Make the ptr conversions explicit in db_odbc | ||||
* | Remove long deprecated stuff (#10332) | Miran | 2019-01-18 | 1 | -26/+1 |
| | |||||
* | fixes #7241 | Araq | 2019-01-13 | 1 | -10/+16 |
| | |||||
* | make the stdlib work with the changed docgen | Araq | 2019-01-11 | 1 | -4/+4 |
| | |||||
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 1 | -99/+0 |
| | | | | | | | | | | | | | | | | | | * removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago) | ||||
* | Fix ODBC SQL Error string decoding (#10207) [backport] | Leonardo Cecchi | 2019-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ODBC Errors were presented to the users as a sequence of characters. I.e.: >test_oracle.exe Error: ['H', 'Y', '0', '0', '0', '\x00', '\x00', ...] test_oracle.nim(15) test_oracle test_oracle.nim(8) test_oracle db_odbc.nim(534) open db_odbc.nim(168) dbError Error: unhandled exception: ODBC Error [DbError] This patch fix the string decoding, creating a real string: >test_oracle.exe Error: HY000 [Oracle][ODBC][Ora]ORA-12541: TNS:no listener test_oracle.nim(15) test_oracle test_oracle.nim(8) test_oracle db_odbc.nim(534) open db_odbc.nim(168) dbError Error: unhandled exception: ODBC Error [DbError] | ||||
* | Rework nil/option for nre in light of ""==nil | Flaviu Tamas | 2018-12-11 | 2 | -69/+82 |
| | | | | Fixes #9243 | ||||
* | Revert 7f49364fd0 for nre | Flaviu Tamas | 2018-12-11 | 2 | -7/+11 |
| | |||||
* | Improve nre documentation (fixes #9470) | Flaviu Tamas | 2018-11-18 | 1 | -1/+16 |
| | |||||
* | removes deprecated T/P types | Araq | 2018-11-16 | 5 | -6/+0 |
| | |||||
* | fix split proc ignored maxsplit argument. Proc split didn't pass maxsplit ↵ | Denis Lisovik | 2018-11-11 | 1 | -1/+8 |
| | | | | argument to split iterator | ||||
* | nre: don't use the deprecated import syntax | Araq | 2018-10-30 | 1 | -1/+1 |
| | |||||
* | actually do ceiling division, not a similar operation | Clyybber | 2018-10-28 | 1 | -1/+1 |
| | | | Co-Authored-By: flaviut <tamasflaviu@gmail.com> |