Hichem Fazai

Results 6 issues of Hichem Fazai

Fixes #145 Improves #805 This PR is to support shemas creation,cross-joins from different schemas and make selects from different schemas. ````Kotlin /** author is the table Author but in schema1...

enhancement

The framework [Kopi](https://github.com/kopiLeft/Kopi) is similar to Exposed in the way that it runs sql statement inside a transaction and it supports many database dialects. Inorder to migrate progressively our applications...

This [commit](https://github.com/JetBrains/Exposed/commit/15a30c23933b87fa72d01f68dde6b0e165c32812) allows to retry when transaction fails. But it retries for any reason, even when table doesn't exist, which is useless because in next attemps it has no chance...

Thanks for creating this great library :+1: ! I follow this [documentation](https://kotlin.github.io/dataframe/pivot.html) to create a pivot table. Is it possible to make an horizontal grouping like in this [example](https://pivottable.js.org/examples/mps_prepop.html) (add...

### Description Bug in changing the arrow direction of a TreeGrid. ### How to reproduce 1- Go to https://vaadin.com/components/vaadin-tree-grid/java-examples 2- Go to this example: ![image](https://user-images.githubusercontent.com/57005249/130821746-7c17d458-5652-4bb5-bca1-63171a7dcd48.png) 3- Expand "Asset" ![image](https://user-images.githubusercontent.com/57005249/130822991-c3ed4804-35ab-41b0-8cf9-fd85c0faf772.png) 4-...

bug
Severity: Minor
Impact: High
vaadin-grid
V14 only

### Description A focus listener defined on DateTimePicker is not triggered when focusing on date/time pickers. ### Example A very basic example in Kotlin: ````KOTLIN add(DateTimePicker().also { it.addFocusListener { //...

bug
vaadin-date-time-picker
Severity: Minor
Impact: Low