Commit Graph

  • 1142060976
    improve error when calling sqlcmd (#804) #241 SangGyu An 2023-08-17 23:03:38 -0700
  • 02ba21cf47
    loading from `.ini` files API changes (#803) Eduardo Blancas 2023-08-16 22:09:28 -0600
  • 0e190b531e
    Histogram binwidth (#789) SangGyu An 2023-08-16 15:36:18 -0700
  • fb15ae79f2
    fix doc (#805) Eduardo Blancas 2023-08-16 09:12:50 -0600
  • 6820c6ce69
    add resultset footer to plain text representation (#802) Eduardo Blancas 2023-08-15 07:39:01 -0600
  • 2ea31cbbda
    add support for profile with dbapi (#785) SangGyu An 2023-08-14 18:35:05 -0700
  • ab891e1f8a
    improves postgres compatibility + more granular feedback config (#798) Eduardo Blancas 2023-08-14 10:17:02 -0600
  • 31fa726fe1
    do not expand ctes when the user supplies a cte (#795) Eduardo Blancas 2023-08-12 08:57:38 -0600
  • e046b60362 change to trigger binder re-build Eduardo Blancas 2023-08-11 11:22:54 -0600
  • 7b082f4345 update binder env Eduardo Blancas 2023-08-11 09:39:48 -0600
  • 4a67324d24 Bumps up sql to version 0.9.2dev Eduardo Blancas 2023-08-10 21:37:26 -0600
  • c144baeb25 sql release 0.9.1 Eduardo Blancas 2023-08-10 21:37:25 -0600
  • 564ac4c65d
    Fixes a bug when converting a CTE stored with `--save` into a `pandas.DataFrame` via `.DataFrame()` (#793) Eduardo Blancas 2023-08-10 21:19:37 -0600
  • 18e84970f0
    Update environment.yml Eduardo Blancas 2023-08-10 19:31:56 -0600
  • bedcefe288
    Update environment.yml Eduardo Blancas 2023-08-10 19:24:48 -0600
  • 24eb6487a6
    Update environment.yml Eduardo Blancas 2023-08-10 19:17:23 -0600
  • 5e130e7e2d
    update binder env Eduardo Blancas 2023-08-10 19:11:00 -0600
  • 67c59aa4b0 edits to bug report template Eduardo Blancas 2023-08-10 13:54:33 -0600
  • dc5122996a adds bug-report.yml Eduardo Blancas 2023-08-10 13:52:15 -0600
  • 79ac639d29
    adds notes to redshift and snowflake tutorials on sqlalchemy version (#792) Eduardo Blancas 2023-08-09 23:04:57 -0600
  • 424ff48e62
    adds histogram `breaks` (#767) SangGyu An 2023-08-04 17:21:02 -0700
  • d913da76a4
    result set clean up + fix mssql edge case (#781) Eduardo Blancas 2023-08-04 12:24:50 -0600
  • b6f07dccd3
    Update CODEOWNERS Eduardo Blancas 2023-08-04 10:56:25 -0600
  • 0e7c8367eb
    improves DuckDB performance when converting to pandas (#780) Eduardo Blancas 2023-08-03 10:10:43 -0600
  • 26621fbf4e
    add Redshift tutorial (#776) Eduardo Blancas 2023-08-03 10:09:43 -0600
  • 348939ef9b
    add first redshift integration tests (#777) Eduardo Blancas 2023-08-02 10:06:03 -0600
  • 7a8e6d0523
    `%sqlplot boxplot` now works with duckdb native connections (#762) Mohit Mehta 2023-08-01 20:22:25 +0530
  • faf0995058 Bumps up sql to version 0.9.1dev Eduardo Blancas 2023-08-01 08:14:17 -0600
  • f674f681f6 sql release 0.9.0 Eduardo Blancas 2023-08-01 08:14:16 -0600
  • a71ea40b8d
    renaming `named_parameters` option (#775) Eduardo Blancas 2023-07-31 22:39:59 -0600
  • 85ae348c0e
    duckdb fixes + other improvements (#768) Eduardo Blancas 2023-07-31 22:23:39 -0600
  • 8959bed15f
    adds `:variable` parameter substitution (#770) Eduardo Blancas 2023-07-30 12:28:17 -0600
  • 0bd09acc6c
    fix CI (#763) Eduardo Blancas 2023-07-27 16:12:07 -0600
  • 7c1b5eaed0
    loading sql magic configuration from `pyproject.toml` (#726) SangGyu An 2023-07-27 14:18:40 -0700
  • ff35846605
    Showing feedback when switching connections (#748) anupam-tiwari 2023-07-27 16:54:26 -0400
  • 5029a122d4
    `ip.run_cell` now raises exceptions immediately (#757) Eduardo Blancas 2023-07-27 10:23:47 -0600
  • 0233eb0e53
    fixes ggplot histogram to match R's version (#754) SangGyu An 2023-07-26 10:26:08 -0700
  • 0b7c03ac35
    `connection.py` and `run.py` refactor (#755) Eduardo Blancas 2023-07-26 08:56:45 -0600
  • a2fcc3934d
    ggplot hist draft fix (#711) SangGyu An 2023-07-23 20:32:12 -0700
  • c433e53fec
    fixed error that was turned into print statement (#746) Eduardo Blancas 2023-07-20 11:47:25 -0600
  • e5276711ea Bumps up sql to version 0.8.1dev Eduardo Blancas 2023-07-18 08:41:44 -0600
  • 5d8ab8f1f6 sql release 0.8.0 Eduardo Blancas 2023-07-18 08:41:41 -0600
  • 6f05cb8870
    fix doc building (#742) Eduardo Blancas 2023-07-18 08:13:31 -0600
  • 436bdbd993 updates version references to 0.8.0 Eduardo Blancas 2023-07-17 09:39:14 -0600
  • 274b988d06
    duckdb + polars performance improvements (#725) Eduardo Blancas 2023-07-17 08:47:48 -0600
  • fcf1b33326
    fixes outdated docs (#738) Eduardo Blancas 2023-07-17 07:31:01 -0600
  • c1f9cdf8d1
    Migrate user feedback to use display module (#735) anupam-tiwari 2023-07-16 18:24:28 -0400
  • f4672020a4
    fix CI speed (#734) Eduardo Blancas 2023-07-16 15:57:45 -0600
  • 6d60df911a
    improved parsing for the `<<` operator to better handle whitespace (#662) anupam-tiwari 2023-07-13 14:43:12 -0400
  • 07403e4a6d
    adding DuckDB native connection to integrationt tests (#707) Mohit Mehta 2023-07-13 21:34:55 +0530
  • be566e34ed
    re-organizing sections (#722) Eduardo Blancas 2023-07-12 08:58:24 -0600
  • 00ff3feb3f removes whitespace in changelog Eduardo Blancas 2023-07-11 19:12:20 -0600
  • 27bef63280
    Adding `--with` for CTE (#705) Neelasha Sen 2023-07-12 05:19:47 +0530
  • de424abd64 Test if still there #245 Tony Kuo 2023-07-11 18:17:04 -0400
  • f56dfabd50
    snippets display improvement (#716) SangGyu An 2023-07-11 08:01:06 -0700
  • 60c8a325de
    Use display module when generating CTE (#683) Tianzuo Liu 2023-07-05 13:38:03 -0400
  • 1bde7d5611
    The failing CI was fixed due to a broken link (#708) yafimvo 2023-07-05 14:49:58 +0300
  • 2456382d2a
    fix "too many open files" when running tests (#696) Eduardo Blancas 2023-07-03 15:30:17 -0600
  • 9a8aeae2f5
    Move feat from %sqlrender to %sqlcmd snippets (#681) SangGyu An 2023-06-30 07:25:27 -0700
  • 84c464e3a3
    Making ResultSet distinguishable (#655) SangGyu An 2023-06-28 16:35:31 -0700
  • b202771470
    removing `with` when no dependency (#673) SangGyu An 2023-06-27 21:17:23 -0700
  • ece54c19cb
    moving commands from `%sqlcmd` to separate files (#654) Anirudh Iyer 2023-06-26 20:24:25 -0400
  • 452674e06e
    fix doc check CI (#668) Mohit Mehta 2023-06-27 00:21:14 +0530
  • aa360f9505
    modified TableDescription formatting (#616) Anirudh Iyer 2023-06-23 19:40:03 -0400
  • 4b938edcde
    Refactored `ResultSet` to lazy loading (#624) yafimvo 2023-06-22 18:35:44 +0300
  • e5c341e389
    add `%sqlplot` image tests (#628) Mohit Mehta 2023-06-22 00:26:15 +0530
  • d598b93882
    flexible spacing in the `var= <<` operator (#609) Tianzuo Liu 2023-06-21 14:25:25 -0400
  • 4fc93613cf
    integration tutorials cleanups (#634) SangGyu An 2023-06-21 09:11:38 -0700
  • ca35cb2e18
    631 ci fix (#633) Anirudh Iyer 2023-06-20 15:41:29 -0400
  • 5b7120f68d
    persist replace in doc (#630) anupam-tiwari 2023-06-20 14:11:09 -0400
  • 2d5e53f7cb
    Fixes CI (#626) Mohit Mehta 2023-06-20 09:53:30 +0530
  • b2abc02393 updates codeowners Eduardo Blancas 2023-06-19 19:39:07 -0600
  • 489ff000d5
    check if changelog has been modified (#608) Mohit Mehta 2023-06-20 00:27:41 +0530
  • 2de8c3c013
    Added `%magic?` to docs (#625) Mohit Mehta 2023-06-20 00:19:45 +0530
  • c09541fc6c Upload artifacts (#607) Neelasha Sen 2023-06-19 21:20:01 +0530
  • 13fadefc12 Bumps up sql to version 0.7.10dev Eduardo Blancas 2023-06-19 09:31:31 -0600
  • 123984bbf7 sql release 0.7.9 Eduardo Blancas 2023-06-19 09:31:30 -0600
  • a5790a6275
    pretty table styling fix (#620) Anirudh Iyer 2023-06-16 14:21:31 -0400
  • b2d215d379
    Integration Testing Issue - Mariadb (#618) Tony Kuo 2023-06-15 12:57:40 -0400
  • a9c5683190
    Fix CI (#617) Mohit Mehta 2023-06-15 03:16:46 +0530
  • 92c40f1787
    `--alias` fix (#600) Anirudh Iyer 2023-06-14 00:26:05 -0400
  • 3ba79ab508
    skipping tests if only docs have been modified (#598) Mohit Mehta 2023-06-09 02:29:40 +0530
  • 8ad1c73319
    Update CHANGELOG.md Eduardo Blancas 2023-06-08 13:20:52 -0600
  • 3877a53ac1
    validate %%sql arguments (#561) Tianzuo Liu 2023-06-08 15:19:46 -0400
  • e882037f43
    Snowflake guide (#591) Neelasha Sen 2023-06-08 22:15:39 +0530
  • cf5303dd53
    connecting guide updates (#596) Tianzuo Liu 2023-06-08 12:41:29 -0400
  • 2e84753918
    Update ggplot-interact.md Eduardo Blancas 2023-06-07 15:41:21 -0600
  • e71204d4c4
    Interact ggplot tutorial (#455) Tony Kuo 2023-06-07 17:32:59 -0400
  • f76b6994b4
    only trigger unit tests if code has been modified (#587) Mohit Mehta 2023-06-08 02:15:02 +0530
  • 464082ecd3
    Added test and example for -c/--creator feature (#567) David Okpare 2023-06-07 21:33:44 +0100
  • 590204d4a7
    add padding to table explorer (#589) Anirudh Iyer 2023-06-07 13:42:04 -0400
  • 652f99e8f6
    document integration test cloud vs local (#585) Tony Kuo 2023-06-07 13:31:54 -0400
  • b3b6592900
    Update CHANGELOG.md Eduardo Blancas 2023-06-06 18:47:48 -0600
  • 93b030941f
    support for NULLs in histogram (#568) Anirudh Iyer 2023-06-06 20:46:54 -0400
  • 6649100f5d
    fixes gif in sql formatting tutorial (#582) Tianzuo Liu 2023-06-06 17:08:26 -0400
  • 16cae09824
    Revert "only trigger unit tests if code has been modified (#577)" (#581) Eduardo Blancas 2023-06-06 13:09:55 -0600
  • 0e76640ee4
    only trigger unit tests if code has been modified (#577) Mohit Mehta 2023-06-07 00:35:45 +0530
  • 95a11fa029
    tutorial: jupysql in .py scripts (#558) Neelasha Sen 2023-06-06 23:52:43 +0530
  • b1563cbb85
    adding pie and bar examples (#572) Anirudh Iyer 2023-06-06 14:15:25 -0400
  • 56f793874a
    parametrization tutorial updates (#570) Neelasha Sen 2023-06-06 21:47:42 +0530