Iggr
Iggr
https://trello.com/c/HzUtQKx1/1060-add-reexports-to-wrapper-packages devextreme-angular/dist/ui/vector-map/index.ts ```diff + export { + CenterChangedEvent, + ClickEvent, + DisposingEvent, + DrawnEvent, + ExportedEvent, + ExportingEvent, + FileSavingEvent, + IncidentOccurredEvent, + InitializedEvent, + OptionChangedEvent, + SelectionChangedEvent, + TooltipHiddenEvent,...
Add reexports packages/devextreme-vue/vue2-strategy/src/vector-map.ts ```diff +export { + CenterChangedEvent, + ClickEvent, + DisposingEvent, + DrawnEvent, + ExportedEvent, + ExportingEvent, + FileSavingEvent, + IncidentOccurredEvent, + InitializedEvent, + OptionChangedEvent, + SelectionChangedEvent, + TooltipHiddenEvent,...
https://trello.com/c/HzUtQKx1/1060-add-reexports-to-wrapper-packages packages/devextreme-react/src/vector-map.ts ```diff + export { + CenterChangedEvent, + ClickEvent, + DisposingEvent, + DrawnEvent, + ExportedEvent, + ExportingEvent, + FileSavingEvent, + IncidentOccurredEvent, + InitializedEvent, + OptionChangedEvent, + SelectionChangedEvent, + TooltipHiddenEvent,...
# Each sub-query in "WITH" runs on the same "snapshot" of the table in postgresql, but not in pg-mem I have a table that stores user balances. When user balance...
`SELECT GREATEST(1, -3, 8, 2);`