-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CLOSED] Datetime support #2
Comments
maxmzkr
added a commit
to maxmzkr/ibis
that referenced
this issue
Nov 22, 2016
…ion-leak Revert "Fixed an issue where connections weren't being closed"
xmnlab
pushed a commit
that referenced
this issue
Oct 12, 2019
…greSQL and MySQL Possible fix for #1273 Adds default precision and scale to decimal types for PostgreSQL and MySQL. Numeric data types without defined precision and scale are allowed in these dialects (even if it is recommended that you specify them), and these tables exist in the wild. I'm not sure if this is the best fix, but I was hoping to get a conversation started. Author: Ian Rose <ian.r.rose@gmail.com> Author: Ivan Ogasawara <ivan.ogasawara@gmail.com> Closes #1969 from ian-r-rose/default-precision and squashes the following commits: 70e36d8 [Ian Rose] Merge pull request #2 from Quansight/default-precision 6f584e0 [Ivan Ogasawara] Fixed tests 66ed470 [Ivan Ogasawara] Add test for decimal default precision and scale 989b266 [Ian Rose] Add tests for default precision and scale for PostgreSQL. 269328b [Ian Rose] Also register base sqlalchemy dialect. 85bebf7 [Ian Rose] Use specific sqlalchemy dialect types. 47ca505 [Ian Rose] Add default precision and scale to decimal types for PostgreSQL and MySQL.
dchigarev
added a commit
to dchigarev/ibis
that referenced
this issue
Mar 17, 2020
Co-authored-by: root <root@nntsat05g1.inn.intel.com> Co-authored-by: Galina Petrova <galina.petrova@intel.com> Co-authored-by: Anatoly Myachev <anatoly.myachev@intel.com> Co-authored-by: Emelianova Svetlana <svetlana.emelianova@intel.com>
amyskov
pushed a commit
to amyskov/ibis
that referenced
this issue
Mar 31, 2020
deepyaman
added a commit
to deepyaman/ibis
that referenced
this issue
Oct 30, 2023
# This is the 1st commit message: build: format code with `ruff format` over `black` # This is the commit message ibis-project#2: docs: fix dask compile docstring typo # This is the commit message ibis-project#3: fix(datafusion): fix some temporal operations # This is the commit message ibis-project#4: feat(datafusion): add case and if-else statements # This is the commit message ibis-project#5: chore(flake/nixpkgs): `0e18a0a0` -> `37c290f0` # This is the commit message ibis-project#6: chore(deps): update trinodb/trino docker tag to v431 # This is the commit message ibis-project#7: chore(flake/poetry2nix): `3b6124e9` -> `365879d4`
deepyaman
added a commit
to deepyaman/ibis
that referenced
this issue
Oct 30, 2023
# This is the 1st commit message: build: format code with `ruff format` over `black` # This is the commit message ibis-project#2: docs: fix dask compile docstring typo # This is the commit message ibis-project#3: fix(datafusion): fix some temporal operations # This is the commit message ibis-project#4: feat(datafusion): add case and if-else statements
deepyaman
added a commit
to deepyaman/ibis
that referenced
this issue
Oct 30, 2023
# This is the 1st commit message: build: format code with `ruff format` over `black` # This is the commit message ibis-project#2: docs: fix dask compile docstring typo # This is the commit message ibis-project#3: fix(datafusion): fix some temporal operations # This is the commit message ibis-project#4: feat(datafusion): add case and if-else statements # This is the commit message ibis-project#5: chore(flake/nixpkgs): `0e18a0a0` -> `37c290f0` # This is the commit message ibis-project#6: chore(deps): update trinodb/trino docker tag to v431 # This is the commit message ibis-project#7: chore(flake/poetry2nix): `3b6124e9` -> `365879d4`
deepyaman
added a commit
to deepyaman/ibis
that referenced
this issue
Oct 30, 2023
# This is the 1st commit message: build: format code with `ruff format` over `black` # This is the commit message ibis-project#2: chore(flake/nixpkgs): `0e18a0a0` -> `37c290f0` # This is the commit message ibis-project#3: chore(deps): update trinodb/trino docker tag to v431 # This is the commit message ibis-project#4: chore(flake/poetry2nix): `3b6124e9` -> `365879d4`
deepyaman
added a commit
to deepyaman/ibis
that referenced
this issue
Oct 30, 2023
# This is the 1st commit message: test(flink): turn on the common backend test suite Co-authored-by: mfatihaktas <mfatihaktas@gmail.com> # This is the commit message ibis-project#2: chore(flink): improve marker re deserializing JSON # This is the commit message ibis-project#3: test(flink): summarize the xfail reason for a test # This is the commit message ibis-project#4: refactor(flink): condense logic for table creation # This is the commit message ibis-project#5: chore(flink): mark WIP tests using notimpl instead # This is the commit message ibis-project#6: chore(flink): remove the useless/redundant reasons # This is the commit message ibis-project#7: chore(flink): change a "broken" `mark` to "notyet" # This is the commit message ibis-project#8: chore(flink): remove backend-specific expectations # This is the commit message ibis-project#9: test(flink): remove conditional expected_for_flink # This is the commit message ibis-project#10: chore(flake/nixpkgs): `0e18a0a0` -> `37c290f0` # This is the commit message ibis-project#11: chore(deps): update trinodb/trino docker tag to v431 # This is the commit message ibis-project#12: chore(flake/poetry2nix): `3b6124e9` -> `365879d4` # This is the commit message ibis-project#13: chore: constrain using expanded bounds syntax # This is the commit message ibis-project#14: chore(flake/nixpkgs): `37c290f0` -> `a9d001fd`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tuesday Dec 09, 2014 at 20:04 GMT
Originally opened as http://github.mtv.cloudera.com/wesm/ibis/issues/2
The text was updated successfully, but these errors were encountered: