프로젝트

일반

사용자정보

개정판 f5f8e09f

IDf5f8e09f76eccbd8809a123a5465ae6338b9940b
상위 3f85f33a
하위 58a7f9f4

김연진이(가) 약 3년 전에 추가함

#1197
Using 구문 수정

Change-Id: I19b658709edc7962809931ee719aaae7a9b0a451

차이점 보기:

HYTOS/HYTOS/AppDocData.py
330 330
                else:
331 331
                    pass
332 332

  
333
            for sqlFile in sqlFiles:
334
                filePath = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'Scripts', sqlFile)
335
                try:
336
                    file = QFile(filePath)
337
                    file.open(QFile.ReadOnly)
338
                    sql = file.readAll()
339
                    sql = str(sql, encoding='utf8')
340
                    cursor.executescript(sql)
341
                finally:
342
                    file.close()
333
                for sqlFile in sqlFiles:
334
                    filePath = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'Scripts', sqlFile)
335
                    try:
336
                        file = QFile(filePath)
337
                        file.open(QFile.ReadOnly)
338
                        sql = file.readAll()
339
                        sql = str(sql, encoding='utf8')
340
                        cursor.executescript(sql)
341
                    finally:
342
                        file.close()
343 343

  
344
            conn.commit()
344
                conn.commit()
345 345

  
346 346
            return True
347 347
        # Catch the exception
version.rc
7 7
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8 8
# Set not needed items to zero 0.
9 9
# Local Build $BUILD_NUMBER=0
10
filevers=(3,4,8,0),
11
prodvers=(3,4,8,0),
10
filevers=(3,4,9,0),
11
prodvers=(3,4,9,0),
12 12
# Contains a bitmask that specifies the valid bits 'flags'r
13 13
mask=0x3f,
14 14
# Contains a bitmask that specifies the Boolean attributes of the file.
......
32 32
    u'040904B0',
33 33
    [StringStruct(u'CompanyName', u'SECL'),
34 34
    StringStruct(u'FileDescription', u'Hydraulic Calculator'),
35
    StringStruct(u'FileVersion', u'3.4.8.0'),
35
    StringStruct(u'FileVersion', u'3.4.9.0'),
36 36
    StringStruct(u'InternalName', u'HYTOS'),
37 37
    StringStruct(u'LegalCopyright', u'Copyright(c) SECL'),
38 38
    StringStruct(u'OriginalFilename', u'HYTOS.exe'),
39 39
    StringStruct(u'ProductName', u'HYTOS'),
40
    StringStruct(u'ProductVersion', u'3.4.8.0')])
40
    StringStruct(u'ProductVersion', u'3.4.9.0')])
41 41
  ]), 
42 42
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
43 43
  ]

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)