소스 검색

小修小补

Joey 5 달 전
부모
커밋
c1ace76186
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/sqlUtilities.dos

+ 1 - 0
modules/sqlUtilities.dos

@@ -55,6 +55,7 @@ def load_table_from_local(server_name, table_name) {
  *   Example: ids_to_string("'a','b','c'");
  *            ids_to_string(['a', NULL, 'c']);
  *            ids_to_string([1,2,3]);
+ *            ids_to_string('').isNull()
  */
 def ids_to_string(ids) {