teckick
teckick
Feature request Currently the SQL builder in MyBatis only support INSERT, UPDATE, SELECT, DELETE. However, sometimes we want custom INSERT statement, such as `INSERT IGNORE`, `INSERT ON DUPLICATE UPDATE`: ```java...
This PR adds a new callback called "before enter state". It is different from enter state callback, when this callback return an error, the state remains the origin state.
Error occurs when I import zetta into Goland: ``` go list -m -json all go: finding github.com/pingcap/tidb v3.0.6+incompatible go: finding github.com/pingcap/tidb v3.0.6+incompatible go list -m: github.com/pingcap/[email protected]+incompatible: invalid version: +incompatible suffix...
Bind methods are provided in gin.Context: https://pkg.go.dev/github.com/gin-gonic/gin#readme-model-binding-and-validation It is useful when post json struct data in request body. Will flamingo provide similar api in the future?
### First-time contributors' checklist - [x] I've signed [**Contributor License Agreement**](https://cla-assistant.io/pingcap/docs-cn) that's required for repo owners to accept my contribution. ### What is changed, added or deleted? (Required) Fix #11217...
## Change Request **This repository is ONLY used to solve problems related to DOCS-CN. For other issues (TiDB, TiKV, etc), please move to [other repositories](https://github.com/pingcap/).** Please answer the following questions...
Hi! 简单整理了一个在 macOS 用 Vagrant 搭建实验环境的文档, 感觉挺方便的, 用 mac 做实验的小伙伴可以参考~ https://github.com/eastfisher/rcore-assignment/blob/main/notes/setup_env_in_vagrant.md
## 背景 目前 Issue 中包含了 `提问`, `文档勘误`, `个人学习笔记`, `功能修复讨论` 等诸多类型, 已经不太便于阅读检索了. 需要提供一种方式, 方便地对 Issue 进行分类. ## 使用方法 ### 创建 Issue 采用 Issue Template 和 Label 配合来实现 Issue 分类. 目前预置了 4...