-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加了对postgresql数据库的支持 #1052
增加了对postgresql数据库的支持 #1052
Conversation
老大,这个PR过还是不过啊? |
1 similar comment
老大,这个PR过还是不过啊? |
有点问题,报类型转换的错,有小部分代码需要修改驼峰映射。 |
完美,我正准备切换到postgresql呢.谢谢@nextll |
你好,能把错误贴出来吗?谢谢 |
List<Map<String, Object>> triggerCountMapAll = xxlJobLogDao.triggerCountByDay(startDate, endDate); 这一行有个bug。 |
谢谢,看到了。
谢谢,看到了。我这边处理一下。 -------问题已经修复------ |
…默认都是小写,增加双引号来规定返回列名的大小写
hi,不用这么麻烦,看我修改的代码,只要在SQL中,对返回字段加双引号就可以了,这样Java代码还是PG、mysql通吃的。详细看commit. |
你好,为了控制维护成本,主分支以Mysql为主进行迭代。 |
你好,我们公司使用的是postgrsql数据库。由于xxl_job只支持mysql,在生产环境再搭建一套mysql增加了运维的工作量。因此我fork了XXL_JOB的代码,并增加了对PG的支持。
感谢XXL-JOB团队提供了非常便捷实用的定时任务系统,由于项目需要我会一直使用PG数据库,因此如果后续我使用时发现BUG会继续pull request消除BUG。
主要修改点如下:
将程序切换到PG,只需要做如下配置调整: