question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

support java.sql.Date and Timestamp types

See original GitHub issue
Apparently these two types are not supported in the DefaultTypeAdapters
(v1.3). Would be very useful if they are provided out of the box, and saves
users from writing custom serializer/deserializer.

Thanks

Original issue reported on code.google.com by HSajja...@gmail.com on 8 Jul 2009 at 5:31

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Comments:12

github_iconTop GitHub Comments

1reaction
sbernard31commented, Apr 4, 2017

No, we didn’t do anything for now, but we consider using https://github.com/ralfstx/minimal-json

0reactions
coded9commented, Sep 5, 2018

Hey ! Is there any hotfix for 1.4 version for sql date and time types ??

Read more comments on GitHub >

github_iconTop Results From Across the Web

java.sql.Date, java.sql.Time, and java.sql.Timestamp | Dariawan
Most of database support three forms of datetime fields which are DATE, TIME and TIMESTAMP. Each of these have a corresponding class in...
Read more >
Timestamp (Java Platform SE 8 ) - Oracle Help Center
A thin wrapper around java.util.Date that allows the JDBC API to identify this as an SQL TIMESTAMP value. It adds the ability to...
Read more >
Date, time, and timestamp values that can cause problems in ...
For values that are assigned to or retrieved from DATE, TIME, or TIMESTAMP SQL types, the IBM Data Server Driver for JDBC and...
Read more >
java.util.Date vs java.sql.Date - Baeldung
sql classes are available: Time and Timestamp. The latter, even though extends from java. util. Date, supports nanoseconds.
Read more >
Most appropriate SQL and Java data types for storing date ...
The most appropriate MySQL type is DATETIME. See Should I use field 'datetime' or 'timestamp'?. The corresponding Java type to use in your ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found