Skip to content
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

No tests for mapper Date #57

Open
ArtDu opened this issue Sep 13, 2021 · 1 comment
Open

No tests for mapper Date #57

ArtDu opened this issue Sep 13, 2021 · 1 comment
Labels

Comments

@ArtDu
Copy link
Contributor

ArtDu commented Sep 13, 2021

Create a test that shows the mapping behavior of the Date data type from java to tarantool. What type of data is the conversion expected to be? (Number by my testing)

@Schema(description = "Some date")
private Date date;

And this look strange:

boolean useISOStringConverterForDate = Boolean
.parseBoolean(System.getProperty("org.springframework.data.couchbase.useISOStringConverterForDate", "false"));

It is also necessary to discuss why some converters are in cartridge-java, and some must be related to spring converters. This is necessary in order to understand which pipeline the date passes from spring to tarantool, or from carg-java to tarantool.

@ArtDu
Copy link
Contributor Author

ArtDu commented Oct 25, 2021

Perhaps it is worth digging somewhere else how to work with tdg and Date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants