玖涯软件开发
Home
Blog
Gorm Request to provide h2 driver
2025-01-14 07:57:01
714
Describe the featureRequest to provide h2 driverMotivationH2 is an embeddable RDBMS written in Java and widely used for ...
Gorm v1.22.5 SQL statement regression
2025-01-14 07:56:58
2806
DescriptionWe spotted weird SQL statements when gorm upgraded to v1.22.5 such as:-UPDATE "products" SET "...
Gorm 关于CreatedAt和UpdatedAt自动更新
2025-01-14 07:56:55
2152
看好多人都说以前gorm是有"gorm:update_time_stamp"这个callback方法的,但是我在源码里没有找到这个回调方法,是在最新版本移除了吗?Comment From: github-actions[bot]The is...
Gorm Update placeholder error
2025-01-14 07:56:53
3062
GORM Playground Linkhttps://github.com/go-gorm/playground/pull/1Descriptionmysql 5.6codetype JdGoods struct { Id ...
Gorm Unable to remove the output of the default logger
2025-01-14 07:56:48
1440
GORM Playground Linkhttps://github.com/go-gorm/gorm/commit/9eec6ae06638665661f9872e783a42613527e146DescriptionOur servic...
Gorm How do I get the column name from the model struct field
2025-01-14 07:56:45
2498
Your QuestionHow do I get the column name from the model struct field?Model:type Animal struct { AnimalID int64 `go...
Gorm module declares its path as: github.com/jinzhu/gorm but was required as: gorm.io/gorm
2025-01-14 07:56:42
2644
Your issue may already be reported! Please search on the issue track before creating one.What version of Go are you usin...
Gorm Can not use gorm sqlite with tdlib in one project
2025-01-14 07:56:39
1940
Hello!I have golang application with:go-tdlibgorm.io/gormgorm.io/driver/sqliteAnd if I specify tdlibparams:UseMessageDat...
Gorm Deterministic execution of AutoMigrate
2025-01-14 07:56:37
1942
Describe the featureAt the moment, the order of which columns are migrated during AutoMigrate is non-deterministic. I'm ...
Gorm [Feature request] Disable autoCreateTime on UpdatedAt
2025-01-14 07:56:34
1402
Wish to disable the autoCreateTime behavior on a fielded named UpdatedAt time.Time, maybe by a tag autoCreateTime:off.Co...
Gorm v1版如何关闭默认单个的 create, update, delete事务
2025-01-14 07:56:30
751
v1版如何关闭默认单个的 create, update, delete事务Comment From: github-actions[bot]The issue has been automatically marked as stale a...
MyBatis Support preventing and reporting feature for SQL injection
2025-01-14 07:44:45
3870
I want the feature that was implemented in #1953.But it's already closed by this message:Um...this feature seems to disc...
MyBatis Dependency Dashboard
2025-01-14 07:44:42
2434
This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.This repos...
MyBatis log cost time
2025-01-14 07:44:40
859
like==> Preparing: select...==> Parameters: ...<== Total: 1, cost time: 1130msComment From: harawataHello @LinW...
MyBatis Use Connection.isValid() in PooledDataSource or PooledConnection
2025-01-14 07:44:37
862
PooledDataSource.pingConnection() should be simplified to use the real connection's isValid() method (leave the old code...
MyBatis For Custom VFS logging
2025-01-14 07:44:35
1755
The solution is:org.apache.ibatis.builder.xml.XMLConfigBuilder#parseConfiguration, move XMLConfigBuilder#loadCustomLogIm...
MyBatis using information_schema.parameters to populate StatementType=CALLABLE parameters
2025-01-14 07:44:32
654
With mybatis code like:// annotated @Select({ "{call sptest.adder(", "#{addend1,jdbcType=INTEGER,mode=IN},", "#{addend2...
MyBatis support more statement in SQL Builder
2025-01-14 07:44:29
728
Feature requestCurrently the SQL builder in MyBatis only support INSERT, UPDATE, SELECT, DELETE. However, sometimes we w...
MyBatis Use Cursor in long Transacion Result in Full GC
2025-01-14 07:44:27
1661
MyBatis version3.5.6Database vendor and versionmysql 8Test case or example projectour project do some batch process whic...
MyBatis Consider adding some new java type alias, like 'localdate', 'localdate[]', 'localdatetime', 'localdatetime[]' in TypeAliasRegistry.class
2025-01-14 07:44:24
2386
I'm define a class "User.class", and it have property "birth" with a java type "java.time.LocalDate"。And I'm write the m...
上一页
下一页
1
…
1000
1001
1002
1003
1004
…
2246
.