-
0c737b5449
版本号更新为1.13.1
master
杨黄林
2026-02-28 14:05:57 +08:00
-
9a018b6af9
修复达梦数据库下自动创建表时不会自动变更更新时间问题
杨黄林
2026-02-28 14:03:58 +08:00
-
64724de96c
修复pgsql自动创建sql失败问题
杨黄林
2026-01-14 17:45:36 +08:00
-
8321032918
去掉GBase8c,这个没自己的连接,它的连接是pgsql
杨黄林
2026-01-14 16:42:19 +08:00
-
28b95468a3
版本号升级到1.13.0
杨黄林
2026-01-14 14:01:34 +08:00
-
828a7395d2
增加南大通用GBase8c
杨黄林
2026-01-14 14:01:19 +08:00
-
20ddc4412e
精简代码
yanghuanglin
2025-06-05 13:17:38 +08:00
-
c65bd7b36f
代码优化
yanghuanglin
2025-06-05 12:59:32 +08:00
-
721cd48d96
支持达梦数据库V8
yanghuanglin
2025-06-05 12:58:18 +08:00
-
e2e5939810
新增 支持达梦数据库 新增 Sequences 增加 updateTime 新增 增加查询序号是否锁定的方法 locked 新增 增加将序号设为未使用的方法 unused 新增 增加 SequencesUnlock find(SequencesUnlock sequencesUnlock) 和 SequencesUnused find(SequencesUnused sequencesUnused)
yanghuanglin
2025-01-15 11:42:46 +08:00
-
670cd52c40
新增 支持pgsql、kingbasees、mysql三种数据库
yanghuanglin
2024-05-30 10:39:09 +08:00
-
9104af2923
调整 增加固定字符串占位符 调整 解析序列号时,增加根据固定字符串长度解析 Sequences parse(String formatted, String pattern, Integer fixLength);
杨黄林
2023-05-08 17:48:37 +08:00
-
9f7baadf7a
修复 注释问题
杨黄林
2023-05-08 16:10:33 +08:00
-
32d3de7550
Merge remote-tracking branch 'gitea/master'
杨黄林
2022-11-30 15:24:14 +08:00
-
-
bb2ddfc34a
新增 格式化时,可以传入年、月、日
杨黄林
2022-11-30 14:48:18 +08:00
-
3615ed9eec
更新 'README.md'
yhl452493373
2022-07-09 09:55:55 +08:00
-
53ac87f0e8
更新 'README.md'
1.8.2
yhl452493373
2022-07-09 09:42:22 +08:00
-
-
6dc6498e6c
generate方法增加无序号参数withOutSeq;基础配置中可以配置年、月不足2位时是否补零
yanghuanglin
2022-07-09 09:35:59 +08:00
-
4cbf9d72d3
增加lock(Sequences sequences, boolean ignoreSeq)、release(Sequences sequences, boolean ignoreSeq)方法
1.7.2
yhl452493373
2022-02-21 16:03:41 +08:00
-
f039ed30c9
增加releaseBefore、releaseAfter、clearBefore、clearAfter方法
1.6.2
yhl452493373
2022-02-21 10:26:29 +08:00
-
f02fdf5a53
更新README
1.5.2
yhl452493373
2022-02-16 17:38:36 +08:00
-
464b99a09b
调整创建表时key、type、seq的长度,分别为64,64,20,避免出现“Specified key was too long; max key length is 767 bytes”问题
yhl452493373
2022-02-16 17:36:50 +08:00
-
6a5a8111ee
变更测试使用的字段名
yhl452493373
2022-02-16 10:47:57 +08:00
-
1accb4b066
变更测试使用的字段名
yhl452493373
2022-02-16 10:41:22 +08:00
-
c865be0918
更新README
yhl452493373
2022-02-15 13:37:54 +08:00
-
011e37c1a3
1、增加 clear()和clear(begin,end)方法,用于在某些情况下清理unlock和unused表,避免他们越来越大
1.5.1
yhl452493373
2022-02-15 09:47:37 +08:00
-
a4e5017b60
升级junit
yhl452493373
2022-02-14 17:20:23 +08:00
-
19fb15bd03
1、Generator中占位符部分转到FormatPlaceholder枚举中,规范其代码 2、SequencesGenerator中,基础配置转到BaseConfig,该类为单例,便于其他地方调用 3、Generator中,format方法重构,增加不需要minLength参数的方法,minLength参数从BaseConfig单例中或 4、Sequences中,format方法重构,增加不需要minLength参数的方法,minLength参数从BaseConfig单例中或
1.4.1
yhl452493373
2022-02-14 16:23:24 +08:00
-
956e707399
增加默认序号类型
1.3.1
yhl452493373
2022-02-11 14:45:36 +08:00
-
6bfcb1fd51
事务管理器由new JdbcTransactionManager(datasource)改为new DataSourceTransactionManager(datasource),以支持spring4
1.2.1
yhl452493373
2022-02-11 14:26:36 +08:00
-
f6750280d8
更新 README
1.2.0
yhl452493373
2022-02-11 13:58:42 +08:00
-
0fa5cc1e7e
增加 Sequences parse(String formatted, String pattern)方法,用于根据格式反解析格式化后的字符串为序列号对象
yhl452493373
2022-02-11 13:57:12 +08:00
-
54e2f9dffb
增加 String format(Sequences sequences, Integer minLength, String pattern)方法
yhl452493373
2022-02-10 18:05:49 +08:00
-
1a9a158126
update README
yhl452493373
2022-02-10 11:28:52 +08:00
-
81c9babb40
增加手动释放指定序号功能
1.1.0
yhl452493373
2022-02-10 11:23:08 +08:00
-
c77088a7f5
更新 README.md
杨黄林
2022-02-01 15:36:38 +08:00
-
c6d828bf0f
更新 'README.md'
yhl452493373
2022-02-01 07:31:38 +00:00
-
8046474df7
更新 README.md
杨黄林
2022-02-01 15:29:12 +08:00
-
e45e75c644
变更包名
杨黄林
2022-02-01 15:22:37 +08:00
-
fa44f4427d
初次提交
1.0.0
杨黄林
2022-02-01 11:45:53 +08:00
-
f062134ba3
Initial commit
yhl452493373
2022-02-01 02:53:07 +00:00