[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-05-10 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Release Note: Phoenix now supports setting and retrieving 
java.time.LocalDate java.time.LocalDate and java.time.LocalTime objects via the 
ResultSet.getObject() and PreparedStatement.setObject() APIs, as defined by 
JDBC 4.2  (was: Phoenix now supports setting and retrieving java.time.LocalDate 
java.time.LocalDateTime and java.time.LocalTime objects via the 
ResultSet.getObject() and PreparedStatement.setObject() APIs, as defined by 
JDBC 4.2)

> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 5.2.0, 5.1.3
>Reporter: Istvan Toth
>Assignee: Istvan Toth
>Priority: Major
> Fix For: 5.2.0, 5.1.4
>
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> Java 8 includes JDBC 4.2, and the version of the spec is available at
> [https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/]
> JDBC 4.3 is added in Java 9, but the changes there don't seem to be relevant 
> to time handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-05-10 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Release Note: Phoenix now supports setting and retrieving 
java.time.LocalDate java.time.LocalDateTime and java.time.LocalTime objects via 
the ResultSet.getObject() and PreparedStatement.setObject() APIs, as defined by 
JDBC 4.2  (was: Phoenix now supports setting and retrieving java.time.LocalDate 
java.time.LocalDate and java.time.LocalTime objects via the 
ResultSet.getObject() and PreparedStatement.setObject() APIs, as defined by 
JDBC 4.2)

> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 5.2.0, 5.1.3
>Reporter: Istvan Toth
>Assignee: Istvan Toth
>Priority: Major
> Fix For: 5.2.0, 5.1.4
>
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> Java 8 includes JDBC 4.2, and the version of the spec is available at
> [https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/]
> JDBC 4.3 is added in Java 9, but the changes there don't seem to be relevant 
> to time handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-05-10 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Release Note: Phoenix now supports setting and retrieving 
java.time.LocalDate, java.time.LocalDateTime and java.time.LocalTime objects 
via the ResultSet.getObject() and PreparedStatement.setObject() APIs, as 
defined by JDBC 4.2  (was: Phoenix now supports setting and retrieving 
java.time.LocalDate java.time.LocalDateTime and java.time.LocalTime objects via 
the ResultSet.getObject() and PreparedStatement.setObject() APIs, as defined by 
JDBC 4.2)

> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 5.2.0, 5.1.3
>Reporter: Istvan Toth
>Assignee: Istvan Toth
>Priority: Major
> Fix For: 5.2.0, 5.1.4
>
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> Java 8 includes JDBC 4.2, and the version of the spec is available at
> [https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/]
> JDBC 4.3 is added in Java 9, but the changes there don't seem to be relevant 
> to time handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-03-14 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Affects Version/s: 5.1.3
   5.2.0

> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Affects Versions: 5.2.0, 5.1.3
>Reporter: Istvan Toth
>Assignee: Istvan Toth
>Priority: Major
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> Java 8 includes JDBC 4.2, and the version of the spec is available at
> [https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/]
> JDBC 4.3 is added in Java 9, but the changes there don't seem to be relevant 
> to time handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-02-28 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Description: 
[https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]

This mosty means handling the java.time.Local* types in get/setObject.
The java.time.Offset types are probably not relevant to to Phoenix.

Java 8 includes JDBC 4.2, and the version of the spec is available at

[https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/]

JDBC 4.3 is added in Java 9, but the changes there don't seem to be relevant to 
time handling.

  was:
[https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]

This mosty means handling the java.time.Local* types in get/setObject.
The java.time.Offset types are probably not relevant to to Phoenix.

Java 8 includes JDBC 4.2, and the version of the spec is available at

https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/

JDBC 4.3 is added in Java, but the changes there don't seem to be relevant to 
time handling.


> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Reporter: Istvan Toth
>Priority: Major
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> Java 8 includes JDBC 4.2, and the version of the spec is available at
> [https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/]
> JDBC 4.3 is added in Java 9, but the changes there don't seem to be relevant 
> to time handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-02-27 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Description: 
[https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]

This mosty means handling the java.time.Local* types in get/setObject.
The java.time.Offset types are probably not relevant to to Phoenix.

Java 8 includes JDBC 4.2, and the version of the spec is available at

https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/

JDBC 4.3 is added in Java, but the changes there don't seem to be relevant to 
time handling.

  was:
[https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]

This mosty means handling the java.time.Local* types in get/setObject.
The java.time.Offset types are probably not relevant to to Phoenix.

The latest (4.3) version of the spec is available at

https://download.oracle.com/otndocs/jcp/jdbc-4_3-mrel3-spec/index.html


> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Reporter: Istvan Toth
>Priority: Major
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> Java 8 includes JDBC 4.2, and the version of the spec is available at
> https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/
> JDBC 4.3 is added in Java, but the changes there don't seem to be relevant to 
> time handling.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Updated] (PHOENIX-6881) Implement the applicable Date/Time features from JDBC 4.2

2023-02-27 Thread Istvan Toth (Jira)


 [ 
https://issues.apache.org/jira/browse/PHOENIX-6881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Istvan Toth updated PHOENIX-6881:
-
Description: 
[https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]

This mosty means handling the java.time.Local* types in get/setObject.
The java.time.Offset types are probably not relevant to to Phoenix.

The latest (4.3) version of the spec is available at

https://download.oracle.com/otndocs/jcp/jdbc-4_3-mrel3-spec/index.html

  was:
[https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]

This mosty means handling the java.time.Local* types in get/setObject.
The java.time.Offset types are probably not relevant to to Phoenix.


> Implement the applicable Date/Time features from JDBC 4.2
> -
>
> Key: PHOENIX-6881
> URL: https://issues.apache.org/jira/browse/PHOENIX-6881
> Project: Phoenix
>  Issue Type: Improvement
>  Components: core
>Reporter: Istvan Toth
>Priority: Major
>
> [https://jcp.org/aboutJava/communityprocess/maintenance/jsr221/JDBC4.2MR-January2014.pdf]
> This mosty means handling the java.time.Local* types in get/setObject.
> The java.time.Offset types are probably not relevant to to Phoenix.
> The latest (4.3) version of the spec is available at
> https://download.oracle.com/otndocs/jcp/jdbc-4_3-mrel3-spec/index.html



--
This message was sent by Atlassian Jira
(v8.20.10#820010)