This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get schema SRID (not default one) Option to abort SQL file execution
Conflicts: sql/epanet_mod.sql sql/ud_0.sql sql/ud_0_edit_views.sql sql/ws_0.sql sql/ws_0_edit_views.sql sql/ws_1_inp_edit_views.sql sql/ws_9_config_topology.sql
Remove contents in folder 'updates'
Disable Project Examples Remove SQL file samples
Update UI 'Create GIS Project'
Preparing SQL folders for #17
Ignore SQL files starting with underscore
* #22 First version Warning: Database user need to be superuser to create extension 'hstore' * #22 Plugin release v0.5 * #22 Rename also schema 'audit' Process software folder data. Example: 'ws_data' (if exists) * #22 Create folder 'ws_data' and reorder files We want to avoid problems with FK and custom data Now it will process (in this order): 'ws', 'utils', 'ws_data' * #22 Follow up changes from QGIS plugin repository * Add function 'gw_fct_rename_functions_schema' * #22 Follow up changes from QGIS plugin repository
* #24 Remove form 'Project Manager' Move button 'Create Gis Project' to form 'Project Preferences' * #24 Update form 'Project Preferences' * #24 Add disclaimer when creating a project example * #24 Update form 'Software configuration' * #24 Update forms 'Project Preferences' and 'Go2EPA' * #24 Update function reference * #24 Add Preprocessing option dialog 'State Selection' * #24 Update table references 'inp_selector_hidrology', 'inp_selector_sector', 'rpt_cat_result', 'rpt_selector_result' Update related fields in sqlite's Disable again menu 'Project example'
Remove locale 'suffix' from filename Move example folder location
Execute SQL files that contains pattern '_fct_' in its filename Create class 'ParentSchemaTask' to encapsulate common code
Change function file pattern to '_fct'
Rearrange files Add files to manage database and audit catalogs
Function definition in one single line Remove WITH OIDS=FALSE Remove SCHEMA_NAME before audit_function Remove OWNER TO... Manage blank lines
Replace RETURN audit_functions for: PERFORM audit_functions; RETURN [NULL | NEW];
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.