SouthWolf
SouthWolf
@a631807682 @MohammedTawfik I'm wondering if the `default` tag works I also hit a similar issue. I'm trying to use it in PostgreSQL on an existing table when migrating a Java...
> @southwolf Not currently supported Thanks for confirming. Now I am using a workaround ``` db.Raw("SELECT nextval('my_seq')").Scan(&entity.id) db.Create(&entity) ```
楼上各位试一下更新/重装一下 XCode? 我是系统更新之后一直显示 `lsd`, `pkd` CPU占用高, 打开 XCode, Install additional component 之后就好了...
H Confluent team, any updates on this?
Please see the ref, current version of parse-domain won't compile. Feel free to remove this after that issuse is fixed.
It seems that I can edit the page directly(even without write permission to the project?) - I've updated the link, please let me know if it is correct. https://github.com/immersivecognition/unity-experiment-framework/wiki/Examples/2ee20579ecb94642e9d3fa68ef35fdedf9158c38
Hi all, I've already installed .NET SDK8 in a non-standard location (e.g. `C:\software\dotnet\`) and set it into PATH, but function tools still complain about this. Any solutions?
> 默认是列出数据库下所有schema的表,可以在dsn指定多个schema表, 例如指定scheme为`job1`和`job2`下的表,dsn=`root:123456@(192.168.3.37:5432)/account?search_path=job1&search_path=job2` 但 `handler.go` 中 `getPostgresqlTables` 只获取表名, 一旦不同 schema 下有重名的表就没办法区分了. 我正在试着把 schema 加到表名里. 但为了与旧版本兼容, 最好是放个开关, 用户可以选择是否带上 schema 名.
Thanks @alperkocatas for the effort! @dwsteele This issue is difficult to reproduce in PL/pgSQL, like @CyberDem0n said, it's not reproducible by simply calling the proc. The error rate was <...
Hi @zhufuyi @1saifj thanks for this, but what if I do need to generate code from multiple schemas? Maybe adding schema name would be a better approach? ```go func (Partner)...