Gorm Request to provide h2 driver

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

DescriptionWe spotted weird SQL statements when gorm upgraded to v1.22.5 such as:-UPDATE "products" SET "...

Gorm 关于CreatedAt和UpdatedAt自动更新

看好多人都说以前gorm是有"gorm:update_time_stamp"这个callback方法的,但是我在源码里没有找到这个回调方法,是在最新版本移除了吗?Comment From: github-actions[bot]The is...

Gorm Update placeholder error

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

GORM Playground Linkhttps://github.com/go-gorm/gorm/commit/9eec6ae06638665661f9872e783a42613527e146DescriptionOur servic...

Gorm How do I get the column name from the model struct field

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

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

Hello!I have golang application with:go-tdlibgorm.io/gormgorm.io/driver/sqliteAnd if I specify tdlibparams:UseMessageDat...

Gorm Deterministic execution of AutoMigrate

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

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事务

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

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

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.This repos...

MyBatis log cost time

like==> Preparing: select...==> Parameters: ...<== Total: 1, cost time: 1130msComment From: harawataHello @LinW...

MyBatis Use Connection.isValid() in PooledDataSource or PooledConnection

PooledDataSource.pingConnection() should be simplified to use the real connection's isValid() method (leave the old code...

MyBatis For Custom VFS logging

The solution is:org.apache.ibatis.builder.xml.XMLConfigBuilder#parseConfiguration, move XMLConfigBuilder#loadCustomLogIm...

MyBatis using information_schema.parameters to populate StatementType=CALLABLE parameters

With mybatis code like:// annotated @Select({ "{call sptest.adder(", "#{addend1,jdbcType=INTEGER,mode=IN},", "#{addend2...

MyBatis support more statement in SQL Builder

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

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

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...
上一页 下一页
.