Skip to content

Commit cfe57c9

Browse files
committed
[*] remove unnecessary type casts in qryChains.SQL
1 parent 6a1fb1a commit cfe57c9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

udatamodule.lfm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ object dmPgEngine: TdmPgEngine
4040
'SELECT'
4141
' chain_id,'
4242
' task_id,'
43-
' chain_name :: varchar(255) as chain_name,'
44-
' COALESCE(run_at, ''* * * * *'') :: varchar(100) as run_at,'
43+
' chain_name,'
44+
' COALESCE(run_at, ''* * * * *'') as run_at,'
4545
' max_instances,'
4646
' live,'
4747
' self_destruct,'
4848
' exclusive_execution,'
49-
' client_name :: varchar(100) as client_name,'
49+
' client_name,'
5050
' timeout,'
5151
' max_instances'
5252
'FROM timetable.chain'

0 commit comments

Comments
 (0)