Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: to_sql fails with datetime.time values with sqlite fallback mode #8341
Comments
jorisvandenbossche
added the
SQL
label
Sep 21, 2014
jorisvandenbossche
added this to the
0.15.0
milestone
Sep 21, 2014
|
@jorisvandenbossche pls move any sql issues you don't think can get to in next couple of days to 0.15.1 pls. |
|
push? |
|
@jreback I will have a look at the sql issues this evening and push if necessary |
|
@jorisvandenbossche gr8 thanks |
|
I will try to look at it this weekend |
jorisvandenbossche
referenced
this issue
Oct 5, 2014
Merged
SQL/ERR: raise error when insert failed with sqlite fallback (GH8341) #8470
jorisvandenbossche
modified the milestone: 0.16, 0.15.0
Oct 5, 2014
jorisvandenbossche
changed the title from
BUG: to_sql fails silently with column of datetime.time values with sqlite fallback mode to BUG: to_sql fails with datetime.time values with sqlite fallback mode
Oct 5, 2014
|
See #8470 to fix the fact it fails silently. So now it will again just raise a |
jreback
modified the milestone: 0.16, 0.15.1
Oct 7, 2014
|
We could provide an adapter:https://docs.python.org/2/library/sqlite3.html#registering-an-adapter-callable |
jreback
modified the milestone: 0.16.0, Next Major Release
Mar 6, 2015
jorisvandenbossche
added Difficulty Novice Effort Medium
labels
Aug 11, 2015
jorisvandenbossche
modified the milestone: Someday, Next Major Release
Aug 11, 2015
nbonnotte
referenced
this issue
Nov 8, 2015
Closed
BUG: to_sql with datetime.time values with sqlite #11547
nbonnotte
added a commit
to nbonnotte/pandas
that referenced
this issue
Feb 24, 2016
|
|
nbonnotte |
8d449c5
|
jorisvandenbossche
added a commit
that referenced
this issue
Feb 24, 2016
|
|
nbonnotte + jorisvandenbossche |
a652290
|
jorisvandenbossche
modified the milestone: 0.18.0, Someday
Feb 24, 2016
|
Closed by #11547 |
jorisvandenbossche
closed this
Feb 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jorisvandenbossche commentedSep 21, 2014
Columns of
datetime.timewere not yet supported in sqlite fallback mode (as noted in #7567, and do work for sqlalchemy), but it now seems to fail silently with master (instead of raising an error).Using:
gives: