Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 4a601fe0

Přidáno uživatelem Michal Horký před asi 4 roky(ů)

re #7950

release v0.4

Zobrazit rozdíly:

project/Deserializer/src/io/Database.java
23 23

  
24 24
		public DB_Messenger(String driver, String url, String user, String password, String table, String condition, String column) {
25 25
			this.driver = driver;
26
			//The timezone statement added due to MySQL DB. Is it OK with MsSQL and Oracle?
27
			this.url = url + "?useTimezone=true&serverTimezone=UTC";
26
			// The timezone statement added due to MySQL.
27
			//this.url = url + "?useTimezone=true&serverTimezone=UTC";
28
			this.url = url;
28 29
			this.user = user;
29 30
			this.password = password;
30 31

  

Také k dispozici: Unified diff