Carlos Ruiz
486ae19cdc
IDEMPIERE-5355 Improve default trx name (FHCA-3765) ( #1407 )
...
* IDEMPIERE-5355 Improve default trx name (FHCA-3765)
* IDEMPIERE-5355 Improve default trx name (FHCA-3765)
Implement suggestions from Heng Sin
Added SysConfig TRX_AUTOSET_DISPLAY_NAME (default false)
* Delete test/debugging code committed by mistake
* IDEMPIERE-5355 fix method wrongly named
2022-07-26 14:08:32 +08:00
hengsin
d2e52bbb86
IDEMPIERE-5262 Implement readonly protection for DB.getSQLValueEx call ( #1287 )
...
* IDEMPIERE-5262 Implement readonly protection for DB.getSQLValueEx call
* IDEMPIERE-5262 Implement readonly protection for DB.getSQLValueEx call
2022-05-06 11:14:11 +02:00
hengsin
13b37c4acc
IDEMPIERE-5093 Scheduler cron pattern scheduling is always using serv… ( #1270 )
...
* IDEMPIERE-5093 Scheduler cron pattern scheduling is always using server time zone
* minor fix for oracle/202203240830_IDEMPIERE-5093.sql
* IDEMPIERE-5093 cheduler cron pattern scheduling is always using server time zone
- add time zone comment for cronpattern field
- use fix format for elapsed time (day'hour:minutes:seconds.millisecond)
- use time zone formatting at server monitor
- include etc/gmt* timezone id. fix handling of invalid user input
- fix wrong editor (date) use for timestamp with time zone field
* IDEMPIERE-5093 cheduler cron pattern scheduling is always using server time zone
- Fix MSchedule.getNextRunMS call.
* IDEMPIERE-5093 Scheduler cron pattern scheduling is always using server time zone
- add T_Timestamp to Test table and window.
- fix date time editor doesn't capture seconds for timestamp with time
zone.
- date time editor: use tenant time zone (if set), fallback to browser
time zone.
- date time editor: fix processing of timestamp with time zone value.
- time zone editor: drop the confusing etc/gmt* entries and support
entry of GMT(+/-)hh:mm custom zone id.
* IDEMPIERE-5093 Scheduler cron pattern scheduling is always using server time zone
Fix NPE
Co-authored-by: Carlos Ruiz <carg67@gmail.com>
2022-04-22 21:28:51 +02:00
Carlos Ruiz
bedf226a21
IDEMPIERE-5191 SEARCH FAILURE BY DATE AND HOUR / IDEMPIERE-4962 IDEMPIERE-4724 ( #1188 )
2022-02-18 13:32:45 +08:00
Carlos Ruiz
06e9071a82
IDEMPIERE-4962 Performance: change PostgreSQL native dialect mode default to true / revert partially f4894c4cb
( #1138 )
...
Regression for problem solved at IDEMPIERE-4465 Native Postgres - Error on Convert Layer
Revert the changes on Convert_PostgreSQL and Convert_PostgreSQLTest
Fix the Convert_PostgreSQLTest to allow testing native and non-native cases
2022-01-19 21:06:20 +08:00
igorpojzl
60f76d9edf
IDEMPIERE-5147 Improve Query.first() methods - performance ( #1124 )
...
* IDEMPIERE-5147 Improve Query.first() methods - performance
* IDEMPIERE-5147 Query Fix move buildSQL
* IDEMPIERE-5147 Query Fix sql value.
* IDEMPIERE-5147 DB paging Optimalizayion Patch
* IDEMPIERE-5147 Query test fix
2022-01-11 16:10:55 +01:00
hengsin
29f5186d41
IDEMPIERE-5047 iDempiere Server Monitor Improvements ( #988 )
2021-11-19 16:04:54 +01:00
hengsin
f863f9b652
IDEMPIERE-5009 Syntax error while installing PackIn (native postgres) ( #946 )
...
* IDEMPIERE-5009 Syntax error while installing PackIn (native postgres)
* IDEMPIERE-5009 Syntax error while installing PackIn (native postgres)
Incorporate patch from Carlos
2021-10-26 13:05:44 +02:00
Carlos Ruiz
cf5c04427b
IDEMPIERE-4991 Identify iDempiere JDBC connections in DBeaver or other session administration software ( #913 )
2021-10-08 16:12:52 +08:00
hengsin
f4894c4cb5
IDEMPIERE-4962 Performance: change PostgreSQL native dialect mode default to true ( #889 )
...
- minor refinement and fix Convert_PostreSQLTest
2021-09-20 10:53:30 +02:00
hengsin
e78496e954
IDEMPIERE-4962 Performance: change PostgreSQL native dialect mode default to true ( #879 )
2021-09-14 17:32:38 +02:00
hengsin
beaaf31d9a
IDEMPIERE-4771 add Cloud Upload interface to report viewer and scheduler ( #679 )
...
* IDEMPIERE-4771 add Cloud Upload interface to report viewer and scheduler
* IDEMPIERE-4771 add Cloud Upload interface to report viewer and scheduler
Fix initial output type selection for csv. Fix handling of binary vs
text media type.
* IDEMPIERE-4771 add Cloud Upload interface to report viewer and scheduler
- Change AD_AuthorizationAccount scope from single value to multiple
selection list (AD_AuthorizationScopes replace AD_AuthorizationScope)
* IDEMPIERE-4771 add Cloud Upload interface to report viewer and scheduler
Fix isIntersectCSV db function
* IDEMPIERE-4771 add Cloud Upload interface to report viewer and scheduler
add back AD_AuthorizationScope Configured dynamic validation filter
2021-05-12 13:42:55 +02:00
hengsin
59b83c3361
IDEMPIERE-4628 Implement configurable query timeout for info window ( #532 )
...
* IDEMPIERE-4628 Implement configurable query timeout for info window
* IDEMPIERE-4628 Implement configurable query timeout for info window
Move migration script from i8.2z to i8.2
2021-01-19 10:25:13 +08:00
hengsin
79657a2fca
IDEMPIERE-4613 Remove obsolete jdbctest class ( #489 )
2020-12-30 14:20:21 +01:00
Diego Ruiz
da6d6b83aa
IDEMPIERE-4607 Cannot export windows via 2pack if any field has a Fie… ( #483 )
...
* IDEMPIERE-4607 Cannot export windows via 2pack if any field has a Field Group
* IDEMPIERE-4607 Implement changes discussed in JIRA - Add a new isList method to DisplayType
* IDEMPIERE-4607 Fixed typo
* IDEMPIERE-4607 Implement default method to return false by default - PR CarlosRuiz
2020-12-26 16:35:50 +01:00
Carlos Ruiz
71049fa02b
IDEMPIERE-4465 Native Postgres - Error on Convert Layer ( #400 )
...
* IDEMPIERE-4465 Native Postgres - Error on Convert Layer
* IDEMPIERE-4465 Native Postgres - Error on Convert Layer
2020-11-21 14:28:35 +08:00
Carlos Ruiz
599e13dda3
IDEMPIERE-4462 ( #263 )
...
Integrate patch from Paul Bowden (Adaxa)
Co-authored-by: Paul Bowden <pbowden@adaxa.com>
2020-09-18 12:45:20 +02:00
Carlos Ruiz
703ce7bda8
IDEMPIERE-4289 Implement Support for JUnit5 Unit Testing ( #262 )
...
Move the old Convert_PostgreSQLTest to the new structure
2020-09-18 12:17:40 +02:00
Carlos Ruiz
d3c9804253
IDEMPIERE-4454 Implement filter for SQL debug - unify oracle and postgresql variable ( #252 )
2020-09-17 15:02:22 +02:00
Carlos Ruiz
be525d178c
IDEMPIERE-4447 Add offset to Query ( #243 )
...
Add method Query.setRecordstoSkip
2020-09-04 21:42:14 +02:00
Carlos Ruiz
a84adbad80
IDEMPIERE-4395 Cannot save valid strings in oracle - ORA-12899: value too large for column ( #202 )
2020-08-06 22:35:37 +08:00
hengsin
895f766307
IDEMPIERE-4182 Add Ini property to turn off Oracle to PostgreSQL translation. Fix paging not working for native dialect.
2020-03-10 09:47:26 +08:00
hengsin
4a436c5157
IDEMPIERE-4180 Add DDL and Data Type methods to AdempiereDatabase interface
2020-03-03 17:27:53 +08:00
hengsin
26e764c2a2
IDEMPIERE-4177 Replace SYSDATE with getDate(). Add SYSDATE to getDate() translation for native dialect. Still needed as there are still many usage of SYSDATE in the Application Dictionary.
2020-03-03 16:25:54 +08:00
hengsin
8445b0cb3d
IDEMPIERE-4179 Add quote column name support to AdempiereDatabase
...
interface
2020-03-02 23:02:00 +08:00
hengsin
41711e3437
IDEMPIERE-4182 Add Ini property to turn off Oracle to PostgreSQL
...
translation
2020-03-02 21:20:50 +08:00
Carlos Ruiz
0caa446721
IDEMPIERE-1093 Database: added connection pool properties file support / avoid requirement for org.jfree.io
2019-12-25 19:18:27 +01:00
Heng Sin Low
f46b8afb5c
IDEMPIERE-4098 CLogger usage pattern clean up
2019-11-12 20:49:55 +08:00
Heng Sin Low
d00c07c2b9
IDEMPIERE-3413 Multi Select List and table reference
2019-06-24 18:23:41 +08:00
Carlos Ruiz
3ea6a2a17d
IDEMPIERE-3887 Setup / Console-setup improvements
2019-02-09 14:26:45 +01:00
Carlos Ruiz
02009bc22d
IDEMPIERE-3870 PackIn issue with transactions
2019-01-15 18:38:01 +01:00
Carlos Ruiz
cb9bc48031
IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE / fix Synchronize Terminology broken when using SIMILAR TO
2018-12-11 14:45:56 +01:00
Carlos Ruiz
ac14fcd294
IDEMPIERE-3830 c3p0 defaults are not exploiting the power of c3p0 reliability
2018-11-28 22:17:48 +01:00
Carlos Ruiz
0cf7b3b04f
IDEMPIERE-3795 Oracle user System is 'fixed' on the code / Implement JVM variable -DADEMPIERE_DB_SYSTEM_USER to indicate a different user than system(oracle) or postgres(postgresql) - useful for AWS / fix problem with oracle stopping installation even if the database exists if the system password is not provided
2018-11-07 11:05:39 -02:00
hieplq
61a5fd1c21
IDEMPIERE-3798:Move iDempiere default branch to openjdk 10 (warning deprecated of constructer)
...
constance of BigDecimal move to RoundingMode
2018-10-24 09:48:52 +07:00
Carlos Ruiz
14536e9848
IDEMPIERE-3653 Hazelcast improvements / make explicit DB_PostgreSQL cache as non-distributed (it was already non distributed because postgres plugin start before hazelcast instance) / add commands hazelcastStatus and hazelcastObjects to OSGi console (thanks to Eduardo Moreira eduardojm for the idea and code)
2018-03-13 17:40:12 -03:00
Carlos Ruiz
3bc0e45599
IDEMPIERE-3653 1008016 Remove max size limit for msg and element cache. Some cache adjustment. Remove backup of hazelcast map. / integrate partial patch from hengsin
2017-05-25 16:49:51 +08:00
Carlos Ruiz
7c0bffa908
IDEMPIERE-1906 Use postgresql SIMILAR TO instead of LIKE
2018-01-19 23:02:46 +01:00
hieplq
fc67e3d668
IDEMPIERE-2892:add config let out put log of c3p0
2015-10-19 20:37:01 +08:00
Carlos Ruiz
8228607b35
IDEMPIERE-2664 DB Extensibility issues / add VM property org.idempiere.db.postgresql.debug to help debugging convert and performance
2015-08-17 15:33:08 -05:00
Carlos Ruiz
4e16d1c353
hg backout f7b39cb IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match
2015-06-24 19:25:05 -05:00
Carlos Ruiz
7c80d8caa4
IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match
2015-05-20 20:41:44 -05:00
Heng Sin Low
93bf1a85a6
IDEMPIERE-2043 DB.To_Char: Formatting for display type Date not implemented for PostgreSQL
2014-07-04 20:38:08 +08:00
Carlos Ruiz
854076ee2c
hg merge release-2.0 (merge release2 into development)
2014-05-07 22:04:48 -05:00
Carlos Ruiz
e3ed5124c2
IDEMPIERE-709 All Created and Updated columns must be not null default statement_timestamp() in database / packin failed creating Created column with default SYSDATE
2014-05-07 18:16:28 -05:00
Carlos Ruiz
bd8bdb6cc9
IDEMPIERE-1900 iDempiere Debian Installer
2014-04-14 13:06:49 -05:00
Carlos Ruiz
c786868a61
IDEMPIERE-1132 Improve AD_Index; AD_View; foreign keys management / improve discovery of unique index - postgresql message in spanish has different quoting
2013-11-08 12:14:14 -05:00
Carlos Ruiz
e6442936b4
hg merge release-1.0c (forward-porting)
2013-07-29 20:46:47 -05:00
Heng Sin Low
3c80de243c
IDEMPIERE-1206 Drop obsolete QueryTimeout workaround for PostgreSQL JDBC Driver.
2013-07-29 15:36:46 +08:00
Carlos Ruiz
121ac12f86
IDEMPIERE-1195 Native Sequences is reseting start on DB failures
2013-07-23 18:13:20 -05:00