Skip to content

Conversation

@katzyn
Copy link
Contributor

@katzyn katzyn commented Dec 24, 2021

  1. Current snapshot version number in pom.xml is updated.
  2. Minor issues with tags in documentation and in Javadoc are fixed.
  3. source.html and sourceError.html now support build ids from H2 2.x.
  4. Date and Time part of tutorial.html is corrected.
  5. Group-sorted optimization is fixed for data types with different, but not distinct values (TIME WITH TIME ZONE, TIMESTAMP WITH TIME ZONE, VARCHAR_IGNORECASE, possibly others). Closes Unexpected GROUP BY results with indexed IGNORECASE column #3297.
  6. ValueVarcharIgnoreCase.equals() is fixed.

@katzyn katzyn merged commit b730416 into h2database:master Dec 24, 2021
@katzyn katzyn deleted the misc branch December 24, 2021 16:06
@katzyn
Copy link
Contributor Author

katzyn commented Dec 24, 2021

@andreitokar
Do you have access to our website?

source.html and sourceError.html need to be updated from the current master branch. URLs produced by H2 Console like https://h2database.com/html/source.html?file=org/h2/message/DbException.java&line=261&build=202 in H2 2.0.2 and 2.0.4 don't work, because they are redirected to non-existing version-1.4.2** tags.

@andreitokar
Copy link
Contributor

Done, both https://h2database.com and https://h2database.github.io are updated.
Browser's cache appear to be very sticky, manual clean-up may be required.

@katzyn
Copy link
Contributor Author

katzyn commented Dec 25, 2021

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unexpected GROUP BY results with indexed IGNORECASE column

2 participants