-
Notifications
You must be signed in to change notification settings - Fork 0
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
Generate SQL templates #1
Merged
Merged
Changes from 36 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
3fd394e
add generate command with parameters
martinjunger 12fa7ab
add db-import-export-lib
martinjunger d4aba15
update readme
martinjunger bf38ba9
refactor action to separate class
martinjunger 970cc18
move constants to Config
martinjunger 6e752db
rename namespace
martinjunger 2f6b316
add more options to config
martinjunger 30ecb51
require phpunit
martinjunger c2f5d92
rename operations
martinjunger e04d91f
add tests for ConfigDefinition
martinjunger 0e9fb6f
add Utils with replace methods and uniqid
martinjunger d340da2
add Snowflake/ImportFull/FromAbsGenerator
martinjunger e9bbd8a
use generator in action
martinjunger c6f63b7
replace supports other quoters
martinjunger 70ae3c4
use given columns and primaryKeys
martinjunger 8391cc9
add Synapse/ImportFull/FromAbsGenerator
martinjunger 7529154
add Synapse/ImportFull/FromTableGenerator
martinjunger 2547abd
replace Synapse distribution and index methods
martinjunger e35f9cf
remove create final table
martinjunger 9ac45a8
update names of operation parameter
martinjunger 612ae36
reformat output queries
martinjunger 8a81f0b
change replace identifier for prefix
martinjunger 22ef58b
add replace identifier for suffix
martinjunger c6fab4e
replace Synapse SECRET prefixed value
martinjunger a4fe6c0
replace dedup tables usign Twig syntax
martinjunger 8972790
update composer
martinjunger 15d6752
fix cs
martinjunger b9d1d1b
fix stan
martinjunger d24933d
update readme
martinjunger 8846d00
fix rename backendType to backend
martinjunger 1511c13
add component test
martinjunger c1fb666
fix cs
martinjunger d0a1eda
add Synapse/ImportFull/FromTableGenerator test
martinjunger 1e984ae
add GeneratorFactory and test for GenerateAction
martinjunger 7a4dee3
add more tests for component
martinjunger fe32ecb
change Synapse identity to Managed
martinjunger 5189c92
ignore ext-odbc
martinjunger 444f00d
remove debug dumps
martinjunger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proč 7.4 jestli kvůli csv-options tak bysme měli vydat novů verzi nebo by šlo ignorovat ten requirement
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Zatim to nejspis nepujde... Je tam totiz zavislost:
php-db-import-export
- php8 readyphp-csv-options
- php8 readyphp-csv-db-import
-^7.1
phpunit/dbunit
-^7.1
+ no longer maintainedMuzeme to forknout a upravit (nejaky takovy forky uz jsou)...