19.9 KB
/srv/reproducible-results/rbuild-debian/tmp.TxZJO7jkgS/b1/starjava-ttools_3.1.5-1_arm64.changes vs.
/srv/reproducible-results/rbuild-debian/tmp.TxZJO7jkgS/b2/starjava-ttools_3.1.5-1_arm64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·6434e194e878ce80144b51aaa2652e0c·53528·java·optional·jython-stilts_3.1.5-1_all.deb1 ·95e426feb3fb7efc508302a5061deb29·53540·java·optional·jython-stilts_3.1.5-1_all.deb
2 ·69ba04165886eca3f7fe2f6addffdee6·1235552·doc·optional·starlink-ttools-java-doc_3.1.5-1_all.deb2 ·69ba04165886eca3f7fe2f6addffdee6·1235552·doc·optional·starlink-ttools-java-doc_3.1.5-1_all.deb
3 ·5d0b006eac86d2b999b3d057fb40012b·3540368·java·optional·starlink-ttools-java_3.1.5-1_all.deb 
4 ·2dfcafecf0abc432522bd908805eb77c·1369404·doc·optional·stilts-doc_3.1.5-1_all.deb3 ·341494114243fe2c429c2c794e10574c·3539836·java·optional·starlink-ttools-java_3.1.5-1_all.deb
 4 ·c3cc7bab3a4ca668752c031c1c782a74·1369376·doc·optional·stilts-doc_3.1.5-1_all.deb
5 ·551deff197f9a6cc882438521dbc2ad3·179256·science·optional·stilts_3.1.5-1_all.deb5 ·551deff197f9a6cc882438521dbc2ad3·179256·science·optional·stilts_3.1.5-1_all.deb
4.79 KB
jython-stilts_3.1.5-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary
2 -rw-r--r--···0········0········0·····1348·2018-11-06·10:48:10.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1348·2018-11-06·10:48:10.000000·control.tar.xz
3 -rw-r--r--···0········0········0····51988·2018-11-06·10:48:10.000000·data.tar.xz3 -rw-r--r--···0········0········0····52000·2018-11-06·10:48:10.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
4.28 KB
data.tar.xz
4.26 KB
data.tar
4.24 KB
./usr/share/jython/Lib/site-packages/stilts.py
    
Offset 1298, 15 lines modifiedOffset 1298, 15 lines modified
1298 ········env·=·_JyEnvironment()1298 ········env·=·_JyEnvironment()
1299 ········env.setValue('format',·_map_env_value(format))1299 ········env.setValue('format',·_map_env_value(format))
1300 ········env.setValue('client',·_map_env_value(client))1300 ········env.setValue('client',·_map_env_value(client))
1301 ········mode·=·_stilts.getModeFactory().createObject('samp')1301 ········mode·=·_stilts.getModeFactory().createObject('samp')
1302 ········consumer·=·mode.createConsumer(env)1302 ········consumer·=·mode.createConsumer(env)
1303 ········_check_unused_args(env)1303 ········_check_unused_args(env)
1304 ········consumer.consume(self)1304 ········consumer.consume(self)
1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1306 ········'''\1306 ········'''\
1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1309 ····1309 ····
1310 ····Parameters:1310 ····Parameters:
1311 ····1311 ····
1312 ·······protocol·=·<jdbc-protocol>·······(String)1312 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1348, 15 lines modifiedOffset 1348, 15 lines modified
1348 ················of·columns)·for·the·data·being·written.1348 ················of·columns)·for·the·data·being·written.
1349 ····1349 ····
1350 ··········[Default:·create]1350 ··········[Default:·create]
1351 ····1351 ····
1352 ·······user·=·<username>·······(String)1352 ·······user·=·<username>·······(String)
1353 ··········User·name·for·the·SQL·connection·to·the·database.1353 ··········User·name·for·the·SQL·connection·to·the·database.
1354 ····1354 ····
1355 ··········[Default:·pbuilder1]1355 ··········[Default:·pbuilder2]
1356 ····1356 ····
1357 ·······password·=·<passwd>·······(String)1357 ·······password·=·<passwd>·······(String)
1358 ··········Password·for·the·SQL·connection·to·the·database.1358 ··········Password·for·the·SQL·connection·to·the·database.
1359 ····'''1359 ····'''
1360 ········env·=·_JyEnvironment()1360 ········env·=·_JyEnvironment()
1361 ········env.setValue('protocol',·_map_env_value(protocol))1361 ········env.setValue('protocol',·_map_env_value(protocol))
1362 ········env.setValue('db',·_map_env_value(db))1362 ········env.setValue('db',·_map_env_value(db))
Offset 3857, 15 lines modifiedOffset 3857, 15 lines modified
3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
3858 ······as·well·for·the·connection·to·be·made.3858 ······as·well·for·the·connection·to·be·made.
  
3859 ···user·=·<value>·······(String)3859 ···user·=·<value>·······(String)
3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
3861 ······current·username.3861 ······current·username.
  
3862 ······[Default:·pbuilder1]3862 ······[Default:·pbuilder2]
  
3863 ···password·=·<value>·······(String)3863 ···password·=·<value>·······(String)
3864 ······Password·for·logging·in·to·SQL·database.3864 ······Password·for·logging·in·to·SQL·database.
  
3865 ···sql·=·<sql>·······(String)3865 ···sql·=·<sql>·······(String)
3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4063, 15 lines modifiedOffset 4063, 15 lines modified
4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4064 ······as·well·for·the·connection·to·be·made.4064 ······as·well·for·the·connection·to·be·made.
  
4065 ···user·=·<value>·······(String)4065 ···user·=·<value>·······(String)
4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4067 ······current·username.4067 ······current·username.
  
4068 ······[Default:·pbuilder1]4068 ······[Default:·pbuilder2]
  
4069 ···password·=·<value>·······(String)4069 ···password·=·<value>·······(String)
4070 ······Password·for·logging·in·to·SQL·database.4070 ······Password·for·logging·in·to·SQL·database.
  
4071 ···dbtable·=·<table-name>·······(String)4071 ···dbtable·=·<table-name>·······(String)
4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4073 ······remote·data.4073 ······remote·data.
Offset 4171, 15 lines modifiedOffset 4171, 15 lines modified
4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4172 ······as·well·for·the·connection·to·be·made.4172 ······as·well·for·the·connection·to·be·made.
  
4173 ···user·=·<value>·······(String)4173 ···user·=·<value>·······(String)
4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4175 ······current·username.4175 ······current·username.
  
4176 ······[Default:·pbuilder1]4176 ······[Default:·pbuilder2]
  
4177 ···password·=·<value>·······(String)4177 ···password·=·<value>·······(String)
4178 ······Password·for·logging·in·to·SQL·database.4178 ······Password·for·logging·in·to·SQL·database.
  
4179 ···select·=·<select-stmt>·······(String)4179 ···select·=·<select-stmt>·······(String)
4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4181 ······statement·to·identify·which·rows·undergo·updates.4181 ······statement·to·identify·which·rows·undergo·updates.
Offset 10453, 15 lines modifiedOffset 10453, 15 lines modified
10453 ····env.setValue('format',·_map_env_value(format))10453 ····env.setValue('format',·_map_env_value(format))
10454 ····env.setValue('client',·_map_env_value(client))10454 ····env.setValue('client',·_map_env_value(client))
10455 ····mode·=·_stilts.getModeFactory().createObject('samp')10455 ····mode·=·_stilts.getModeFactory().createObject('samp')
10456 ····consumer·=·mode.createConsumer(env)10456 ····consumer·=·mode.createConsumer(env)
10457 ····_check_unused_args(env)10457 ····_check_unused_args(env)
10458 ····consumer.consume(table)10458 ····consumer.consume(table)
  
10459 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):10459 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
10460 ····'''\10460 ····'''\
10461 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC10461 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
10462 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).10462 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
10463 Parameters:10463 Parameters:
  
10464 ···protocol·=·<jdbc-protocol>·······(String)10464 ···protocol·=·<jdbc-protocol>·······(String)
Offset 10503, 15 lines modifiedOffset 10503, 15 lines modified
10503 ············of·columns)·for·the·data·being·written.10503 ············of·columns)·for·the·data·being·written.
  
10504 ······[Default:·create]10504 ······[Default:·create]
  
10505 ···user·=·<username>·······(String)10505 ···user·=·<username>·······(String)
10506 ······User·name·for·the·SQL·connection·to·the·database.10506 ······User·name·for·the·SQL·connection·to·the·database.
  
10507 ······[Default:·pbuilder1]10507 ······[Default:·pbuilder2]
  
10508 ···password·=·<passwd>·······(String)10508 ···password·=·<passwd>·······(String)
10509 ······Password·for·the·SQL·connection·to·the·database.10509 ······Password·for·the·SQL·connection·to·the·database.
10510 '''10510 '''
10511 ····env·=·_JyEnvironment()10511 ····env·=·_JyEnvironment()
10512 ····env.setValue('protocol',·_map_env_value(protocol))10512 ····env.setValue('protocol',·_map_env_value(protocol))
10513 ····env.setValue('db',·_map_env_value(db))10513 ····env.setValue('db',·_map_env_value(db))
7.5 KB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary
2 -rw-r--r--···0········0········0·····1140·2018-11-06·10:48:10.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1140·2018-11-06·10:48:10.000000·control.tar.xz
3 -rw-r--r--···0········0········0··3539036·2018-11-06·10:48:10.000000·data.tar.xz3 -rw-r--r--···0········0········0··3538504·2018-11-06·10:48:10.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
6.97 KB
6.95 KB
1.21 KB
    
Offset 2, 9 lines modifiedOffset 2, 9 lines modified
2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/2 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/
3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/3 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/
4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/4 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/
5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/5 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/
6 -rw-r--r--···0·root·········(0)·root·········(0)······774·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz6 -rw-r--r--···0·root·········(0)·root·········(0)······774·2018-11-06·10:48:10.000000·./usr/share/doc/starlink-ttools-java/changelog.Debian.gz
7 -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2017-04-11·07:48:55.000000·./usr/share/doc/starlink-ttools-java/copyright7 -rw-r--r--···0·root·········(0)·root·········(0)·····2745·2017-04-11·07:48:55.000000·./usr/share/doc/starlink-ttools-java/copyright
8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/8 drwxr-xr-x···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/
9 -rw-r--r--···0·root·········(0)·root·········(0)··3962753·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools-3.1.5.jar9 -rw-r--r--···0·root·········(0)·root·········(0)··3962752·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools-3.1.5.jar
10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.1.5.jar10 lrwxrwxrwx···0·root·········(0)·root·········(0)········0·2018-11-06·10:48:10.000000·./usr/share/java/starlink-ttools.jar·->·starlink-ttools-3.1.5.jar
5.72 KB
1.47 KB
    
Offset 1, 8 lines modifiedOffset 1, 8 lines modified
1 Zip·file·size:·3962753·bytes,·number·of·entries:·27981 Zip·file·size:·3962752·bytes,·number·of·entries:·2798
2 drwxr-xr-x··2.0·unx········0·bx·stor·18-Nov-06·10:48·META-INF/2 drwxr-xr-x··2.0·unx········0·bx·stor·18-Nov-06·10:48·META-INF/
3 -rw-r--r--··2.0·unx······533·b-·defN·18-Nov-06·10:48·META-INF/MANIFEST.MF3 -rw-r--r--··2.0·unx······533·b-·defN·18-Nov-06·10:48·META-INF/MANIFEST.MF
4 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/4 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/
5 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/tools/5 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·cds/tools/
6 -rw-r--r--··2.0·unx······344·b-·defN·18-Nov-06·10:48·cds/tools/ExtApp.class6 -rw-r--r--··2.0·unx······344·b-·defN·18-Nov-06·10:48·cds/tools/ExtApp.class
7 -rw-r--r--··2.0·unx···415471·b-·defN·18-Nov-06·10:48·stilts.py7 -rw-r--r--··2.0·unx···415471·b-·defN·18-Nov-06·10:48·stilts.py
8 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·uk/8 drwxr-xr-x··2.0·unx········0·b-·stor·18-Nov-06·10:48·uk/
Offset 2793, 8 lines modifiedOffset 2793, 8 lines modified
2793 -rw-r--r--··2.0·unx·····4942·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintContext.class2793 -rw-r--r--··2.0·unx·····4942·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintContext.class
2794 -rw-r--r--··2.0·unx·····2783·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class2794 -rw-r--r--··2.0·unx·····2783·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintEntityResolver.class
2795 -rw-r--r--··2.0·unx······396·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintException.class2795 -rw-r--r--··2.0·unx······396·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLintException.class
2796 -rw-r--r--··2.0·unx·····5087·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLinter.class2796 -rw-r--r--··2.0·unx·····5087·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/VotLinter.class
2797 -rw-r--r--··2.0·unx·····4743·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.0.dtd2797 -rw-r--r--··2.0·unx·····4743·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.0.dtd
2798 -rw-r--r--··2.0·unx·····5044·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.1.dtd2798 -rw-r--r--··2.0·unx·····5044·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.1.dtd
2799 -rw-r--r--··2.0·unx·····5534·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.2.dtd2799 -rw-r--r--··2.0·unx·····5534·b-·defN·18-Nov-06·10:48·uk/ac/starlink/ttools/votlint/votable-1.2.dtd
2800 2798·files,·8086735·bytes·uncompressed,·3444095·bytes·compressed:··57.4%2800 2798·files,·8086735·bytes·uncompressed,·3444094·bytes·compressed:··57.4%
4.17 KB
    
Offset 1298, 15 lines modifiedOffset 1298, 15 lines modified
1298 ········env·=·_JyEnvironment()1298 ········env·=·_JyEnvironment()
1299 ········env.setValue('format',·_map_env_value(format))1299 ········env.setValue('format',·_map_env_value(format))
1300 ········env.setValue('client',·_map_env_value(client))1300 ········env.setValue('client',·_map_env_value(client))
1301 ········mode·=·_stilts.getModeFactory().createObject('samp')1301 ········mode·=·_stilts.getModeFactory().createObject('samp')
1302 ········consumer·=·mode.createConsumer(env)1302 ········consumer·=·mode.createConsumer(env)
1303 ········_check_unused_args(env)1303 ········_check_unused_args(env)
1304 ········consumer.consume(self)1304 ········consumer.consume(self)
1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1305 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1306 ········'''\1306 ········'''\
1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1307 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1308 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1309 ····1309 ····
1310 ····Parameters:1310 ····Parameters:
1311 ····1311 ····
1312 ·······protocol·=·<jdbc-protocol>·······(String)1312 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1348, 15 lines modifiedOffset 1348, 15 lines modified
1348 ················of·columns)·for·the·data·being·written.1348 ················of·columns)·for·the·data·being·written.
1349 ····1349 ····
1350 ··········[Default:·create]1350 ··········[Default:·create]
1351 ····1351 ····
1352 ·······user·=·<username>·······(String)1352 ·······user·=·<username>·······(String)
1353 ··········User·name·for·the·SQL·connection·to·the·database.1353 ··········User·name·for·the·SQL·connection·to·the·database.
1354 ····1354 ····
1355 ··········[Default:·pbuilder1]1355 ··········[Default:·pbuilder2]
1356 ····1356 ····
1357 ·······password·=·<passwd>·······(String)1357 ·······password·=·<passwd>·······(String)
1358 ··········Password·for·the·SQL·connection·to·the·database.1358 ··········Password·for·the·SQL·connection·to·the·database.
1359 ····'''1359 ····'''
1360 ········env·=·_JyEnvironment()1360 ········env·=·_JyEnvironment()
1361 ········env.setValue('protocol',·_map_env_value(protocol))1361 ········env.setValue('protocol',·_map_env_value(protocol))
1362 ········env.setValue('db',·_map_env_value(db))1362 ········env.setValue('db',·_map_env_value(db))
Offset 3857, 15 lines modifiedOffset 3857, 15 lines modified
3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property3857 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
3858 ······as·well·for·the·connection·to·be·made.3858 ······as·well·for·the·connection·to·be·made.
  
3859 ···user·=·<value>·······(String)3859 ···user·=·<value>·······(String)
3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the3860 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
3861 ······current·username.3861 ······current·username.
  
3862 ······[Default:·pbuilder1]3862 ······[Default:·pbuilder2]
  
3863 ···password·=·<value>·······(String)3863 ···password·=·<value>·······(String)
3864 ······Password·for·logging·in·to·SQL·database.3864 ······Password·for·logging·in·to·SQL·database.
  
3865 ···sql·=·<sql>·······(String)3865 ···sql·=·<sql>·······(String)
3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be3866 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")3867 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4063, 15 lines modifiedOffset 4063, 15 lines modified
4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4063 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4064 ······as·well·for·the·connection·to·be·made.4064 ······as·well·for·the·connection·to·be·made.
  
4065 ···user·=·<value>·······(String)4065 ···user·=·<value>·······(String)
4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4066 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4067 ······current·username.4067 ······current·username.
  
4068 ······[Default:·pbuilder1]4068 ······[Default:·pbuilder2]
  
4069 ···password·=·<value>·······(String)4069 ···password·=·<value>·······(String)
4070 ······Password·for·logging·in·to·SQL·database.4070 ······Password·for·logging·in·to·SQL·database.
  
4071 ···dbtable·=·<table-name>·······(String)4071 ···dbtable·=·<table-name>·······(String)
4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4072 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4073 ······remote·data.4073 ······remote·data.
Offset 4171, 15 lines modifiedOffset 4171, 15 lines modified
4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4171 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4172 ······as·well·for·the·connection·to·be·made.4172 ······as·well·for·the·connection·to·be·made.
  
4173 ···user·=·<value>·······(String)4173 ···user·=·<value>·······(String)
4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4174 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4175 ······current·username.4175 ······current·username.
  
4176 ······[Default:·pbuilder1]4176 ······[Default:·pbuilder2]
  
4177 ···password·=·<value>·······(String)4177 ···password·=·<value>·······(String)
4178 ······Password·for·logging·in·to·SQL·database.4178 ······Password·for·logging·in·to·SQL·database.
  
4179 ···select·=·<select-stmt>·······(String)4179 ···select·=·<select-stmt>·······(String)
4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4180 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4181 ······statement·to·identify·which·rows·undergo·updates.4181 ······statement·to·identify·which·rows·undergo·updates.
Offset 10453, 15 lines modifiedOffset 10453, 15 lines modified
10453 ····env.setValue('format',·_map_env_value(format))10453 ····env.setValue('format',·_map_env_value(format))
10454 ····env.setValue('client',·_map_env_value(client))10454 ····env.setValue('client',·_map_env_value(client))
10455 ····mode·=·_stilts.getModeFactory().createObject('samp')10455 ····mode·=·_stilts.getModeFactory().createObject('samp')
10456 ····consumer·=·mode.createConsumer(env)10456 ····consumer·=·mode.createConsumer(env)
10457 ····_check_unused_args(env)10457 ····_check_unused_args(env)
10458 ····consumer.consume(table)10458 ····consumer.consume(table)
  
10459 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):10459 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
10460 ····'''\10460 ····'''\
10461 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC10461 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
10462 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).10462 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
10463 Parameters:10463 Parameters:
  
10464 ···protocol·=·<jdbc-protocol>·······(String)10464 ···protocol·=·<jdbc-protocol>·······(String)
Offset 10503, 15 lines modifiedOffset 10503, 15 lines modified
10503 ············of·columns)·for·the·data·being·written.10503 ············of·columns)·for·the·data·being·written.
  
10504 ······[Default:·create]10504 ······[Default:·create]
  
10505 ···user·=·<username>·······(String)10505 ···user·=·<username>·······(String)
10506 ······User·name·for·the·SQL·connection·to·the·database.10506 ······User·name·for·the·SQL·connection·to·the·database.
  
10507 ······[Default:·pbuilder1]10507 ······[Default:·pbuilder2]
  
10508 ···password·=·<passwd>·······(String)10508 ···password·=·<passwd>·······(String)
10509 ······Password·for·the·SQL·connection·to·the·database.10509 ······Password·for·the·SQL·connection·to·the·database.
10510 '''10510 '''
10511 ····env·=·_JyEnvironment()10511 ····env·=·_JyEnvironment()
10512 ····env.setValue('protocol',·_map_env_value(protocol))10512 ····env.setValue('protocol',·_map_env_value(protocol))
10513 ····env.setValue('db',·_map_env_value(db))10513 ····env.setValue('db',·_map_env_value(db))
6.76 KB
stilts-doc_3.1.5-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary1 -rw-r--r--···0········0········0········4·2018-11-06·10:48:10.000000·debian-binary
2 -rw-r--r--···0········0········0·····9984·2018-11-06·10:48:10.000000·control.tar.xz2 -rw-r--r--···0········0········0·····9984·2018-11-06·10:48:10.000000·control.tar.xz
3 -rw-r--r--···0········0········0··1359228·2018-11-06·10:48:10.000000·data.tar.xz3 -rw-r--r--···0········0········0··1359200·2018-11-06·10:48:10.000000·data.tar.xz
98.0 B
control.tar.xz
70.0 B
control.tar
48.0 B
./md5sums
30.0 B
./md5sums
Files differ
6.25 KB
data.tar.xz
6.23 KB
data.tar
1.0 KB
./usr/share/doc/stilts/sun256/mode-tosql.html
    
Offset 71, 15 lines modifiedOffset 71, 15 lines modified
71 ···············</ul>71 ···············</ul>
72 ···············72 ···············
73 ···············<p>[Default:·<code>create</code>]</p>73 ···············<p>[Default:·<code>create</code>]</p>
74 ············</dd>74 ············</dd>
75 ············<dt><strong><code>user·=·&lt;username&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>75 ············<dt><strong><code>user·=·&lt;username&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
76 ············<dd>User·name·for·the·SQL·connection·to·the·database.76 ············<dd>User·name·for·the·SQL·connection·to·the·database.
77 ···············77 ···············
78 ···············<p>[Default:·<code>pbuilder1</code>]</p>78 ···············<p>[Default:·<code>pbuilder2</code>]</p>
79 ············</dd>79 ············</dd>
80 ············<dt><strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>80 ············<dt><strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
81 ············<dd>Password·for·the·SQL·connection·to·the·database.81 ············<dd>Password·for·the·SQL·connection·to·the·database.
82 ···············</dd>82 ···············</dd>
83 ·········</dl>83 ·········</dl>
84 ······</p>84 ······</p>
85 ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br>85 ······<hr><a·href="match.html">Next</a>·<a·href="mode-topcat.html">Previous</a>·<a·href="outModes.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="match.html">Crossmatching</a><br>
1.04 KB
./usr/share/doc/stilts/sun256/sqlclient-usage.html
    
Offset 71, 15 lines modifiedOffset 71, 15 lines modified
71 ···············This·parameter·may·be·repeated,·or·statements·may·be71 ···············This·parameter·may·be·repeated,·or·statements·may·be
72 ···············separated·by·semicolon·("<code>;</code>")·characters.72 ···············separated·by·semicolon·("<code>;</code>")·characters.
73 ···············</dd>73 ···············</dd>
74 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>74 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
75 ············<dd>User·name·for·logging·in·to·SQL·database.75 ············<dd>User·name·for·logging·in·to·SQL·database.
76 ···············Defaults·to·the·current·username.76 ···············Defaults·to·the·current·username.
77 ···············77 ···············
78 ···············<p>[Default:·<code>pbuilder1</code>]</p>78 ···············<p>[Default:·<code>pbuilder2</code>]</p>
79 ············</dd>79 ············</dd>
80 ·········</dl>80 ·········</dl>
81 ·········</p>81 ·········</p>
82 ······<hr><a·href="secB.18.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.18.2.html">Examples</a><br>82 ······<hr><a·href="secB.18.2.html">Next</a>·<a·href="sqlclient.html">Previous</a>·<a·href="sqlclient.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.18.2.html">Examples</a><br>
83 ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient:83 ·······<b>Up:·</b><a·href="sqlclient.html">sqlclient:
84 ·········Executes·SQL·statements</a><br>84 ·········Executes·SQL·statements</a><br>
85 ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient:85 ·······<b>Previous:·</b><a·href="sqlclient.html">sqlclient:
1.09 KB
./usr/share/doc/stilts/sun256/sqlskymatch-usage.html
    
Offset 509, 15 lines modifiedOffset 509, 15 lines modified
509 ··················</p>509 ··················</p>
510 ···············<p>[Default:·<code>true</code>]</p>510 ···············<p>[Default:·<code>true</code>]</p>
511 ············</dd>511 ············</dd>
512 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>512 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
513 ············<dd>User·name·for·logging·in·to·SQL·database.513 ············<dd>User·name·for·logging·in·to·SQL·database.
514 ···············Defaults·to·the·current·username.514 ···············Defaults·to·the·current·username.
515 ···············515 ···············
516 ···············<p>[Default:·<code>pbuilder1</code>]</p>516 ···············<p>[Default:·<code>pbuilder2</code>]</p>
517 ············</dd>517 ············</dd>
518 ············<dt><strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>518 ············<dt><strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
519 ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected519 ············<dd>An·SQL·expression·further·limiting·the·rows·to·be·selected
520 ···············from·the·database.··This·will·be·combined·with·the·constraints520 ···············from·the·database.··This·will·be·combined·with·the·constraints
521 ···············on·position·implied·by·the·cone·search·centres·and·radii.521 ···············on·position·implied·by·the·cone·search·centres·and·radii.
522 ···············The·value·of·this·parameter·should·just·be·a·condition,522 ···············The·value·of·this·parameter·should·just·be·a·condition,
523 ···············it·should·not·contain·the·<code>WHERE</code>·keyword.523 ···············it·should·not·contain·the·<code>WHERE</code>·keyword.
1.04 KB
./usr/share/doc/stilts/sun256/sqlupdate-usage.html
    
Offset 78, 15 lines modifiedOffset 78, 15 lines modified
78 ···············of·the·SELECT·statement·to·identify·which·rows·undergo78 ···············of·the·SELECT·statement·to·identify·which·rows·undergo
79 ···············updates.79 ···············updates.
80 ···············</dd>80 ···············</dd>
81 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>81 ············<dt><strong><code>user·=·&lt;value&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong></dt>
82 ············<dd>User·name·for·logging·in·to·SQL·database.82 ············<dd>User·name·for·logging·in·to·SQL·database.
83 ···············Defaults·to·the·current·username.83 ···············Defaults·to·the·current·username.
84 ···············84 ···············
85 ···············<p>[Default:·<code>pbuilder1</code>]</p>85 ···············<p>[Default:·<code>pbuilder2</code>]</p>
86 ············</dd>86 ············</dd>
87 ·········</dl>87 ·········</dl>
88 ·········</p>88 ·········</p>
89 ······<hr><a·href="secB.20.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.20.2.html">Examples</a><br>89 ······<hr><a·href="secB.20.2.html">Next</a>·<a·href="sqlupdate.html">Previous</a>·<a·href="sqlupdate.html">Up</a>·<a·href="index.html">Contents</a>·<br>·<b>Next:·</b><a·href="secB.20.2.html">Examples</a><br>
90 ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>90 ·······<b>Up:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>
91 ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>91 ·······<b>Previous:·</b><a·href="sqlupdate.html">sqlupdate:·Updates·values·in·an·SQL·table</a><br>
92 ······92 ······
2.04 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 6076, 15 lines modifiedOffset 6076, 15 lines modified
6076 ················</dt>6076 ················</dt>
6077 ················6077 ················
6078 ················<dd>6078 ················<dd>
6079 ····················User·name·for·the·SQL·connection·to·the·database.6079 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
6080 ····················<p>6080 ····················<p>
6081 ························[Default:·<code>pbuilder1</code>]6081 ························[Default:·<code>pbuilder2</code>]
6082 ····················</p>6082 ····················</p>
6083 ················</dd>6083 ················</dd>
6084 ················6084 ················
6085 ················<dt>6085 ················<dt>
6086 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>6086 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
6087 ················</dt>6087 ················</dt>
6088 ················6088 ················
Offset 55079, 15 lines modifiedOffset 55079, 15 lines modified
55079 ················55079 ················
55080 ················<dd>55080 ················<dd>
55081 ····················User·name·for·logging·in·to·SQL·database.55081 ····················User·name·for·logging·in·to·SQL·database.
55082 Defaults·to·the·current·username.55082 Defaults·to·the·current·username.
  
  
55083 ····················<p>55083 ····················<p>
55084 ························[Default:·<code>pbuilder1</code>]55084 ························[Default:·<code>pbuilder2</code>]
55085 ····················</p>55085 ····················</p>
55086 ················</dd>55086 ················</dd>
55087 ················55087 ················
55088 ············</dl>55088 ············</dl>
55089 ············55089 ············
55090 ········</p>55090 ········</p>
55091 ········55091 ········
Offset 56006, 15 lines modifiedOffset 56006, 15 lines modified
56006 ················56006 ················
56007 ················<dd>56007 ················<dd>
56008 ····················User·name·for·logging·in·to·SQL·database.56008 ····················User·name·for·logging·in·to·SQL·database.
56009 Defaults·to·the·current·username.56009 Defaults·to·the·current·username.
  
  
56010 ····················<p>56010 ····················<p>
56011 ························[Default:·<code>pbuilder1</code>]56011 ························[Default:·<code>pbuilder2</code>]
56012 ····················</p>56012 ····················</p>
56013 ················</dd>56013 ················</dd>
56014 ················56014 ················
56015 ················<dt>56015 ················<dt>
56016 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>56016 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
56017 ················</dt>56017 ················</dt>
56018 ················56018 ················
Offset 56227, 15 lines modifiedOffset 56227, 15 lines modified
56227 ················56227 ················
56228 ················<dd>56228 ················<dd>
56229 ····················User·name·for·logging·in·to·SQL·database.56229 ····················User·name·for·logging·in·to·SQL·database.
56230 Defaults·to·the·current·username.56230 Defaults·to·the·current·username.
  
  
56231 ····················<p>56231 ····················<p>
56232 ························[Default:·<code>pbuilder1</code>]56232 ························[Default:·<code>pbuilder2</code>]
56233 ····················</p>56233 ····················</p>
56234 ················</dd>56234 ················</dd>
56235 ················56235 ················
56236 ············</dl>56236 ············</dl>
56237 ············56237 ············
56238 ········</p>56238 ········</p>
56239 ········56239 ········