dmddl 0.2.15__tar.gz → 0.2.16__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: dmddl
3
- Version: 0.2.15
3
+ Version: 0.2.16
4
4
  Summary: cli tool for creating insert script from ddl script
5
5
  License: MIT
6
6
  Author: HoJLter
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "dmddl"
3
- version = "0.2.15"
3
+ version = "0.2.16"
4
4
  description = "cli tool for creating insert script from ddl script"
5
5
  authors = [
6
6
  {name = "HoJLter",email = "hojlter.work@gmail.com"}
@@ -100,7 +100,7 @@ def main():
100
100
  console.print(syntax)
101
101
  print("[green bold] Your DML script is ready! Check output.txt")
102
102
  if not success:
103
- syntax = Syntax(response, 'python', line_numbers=True)
103
+ syntax = Syntax(response, 'bash', line_numbers=True)
104
104
  console.print(syntax)
105
105
  print("[red bold] Error has occurred... Check output.txt")
106
106
 
File without changes
File without changes
File without changes
File without changes