-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update examples and tests to work with latest (dev) version of p…
…2s-core
- Loading branch information
1 parent
b3351a2
commit 2d0a5db
Showing
2 changed files
with
5 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/bin/bash | ||
|
||
# no 'empty' table should show up for both of these examples, and their dialect should be mysql. | ||
cat settings_in_code.py | pydal2sql | ||
cat settings_via_cli.py | pydal2sql mysql --tables person | ||
cat settings_in_code.py | pydal2sql create | ||
cat settings_via_cli.py | pydal2sql create mysql --tables person | ||
|
||
# this file contains unknown variables, so only works with --magic: | ||
pydal2sql magic.py --magic | ||
pydal2sql create magic.py --magic |
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