Skip to content

sqlc-v2.0.5

Choose a tag to compare

@chengyuxing chengyuxing released this 21 Dec 09:37
· 42 commits to 2.x since this release
  • 修复pg10版本一下pg_attribute表没有attgenerated字段报错的问题;
  • 修复:edit指令在windows路径名不能包含冒号的问题;
  • 修复windows上登录参数-n和-p不识别的问题;
  • 使用独立的线程来加载一些初始化自动完成,提高登录速度;
  • 修改重定向符为>>>,避免和postgresql操作符混淆;
  • 修复oracle执行ddl报错的问题;
  • 修复连接oracle取表名报错的问题。