19.7 KB
/srv/reproducible-results/rbuild-debian/r-b-build.qjv1qu79/b1/starjava-ttools_3.5.2-1_arm64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.qjv1qu79/b2/starjava-ttools_3.5.2-1_arm64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·d290806d87ad04deba3629c00d790c7a·67592·java·optional·jython-stilts_3.5.2-1_all.deb1 ·47dc560b37c931c36107614c98199bde·67596·java·optional·jython-stilts_3.5.2-1_all.deb
2 ·868d0cef829f4af1c7fcb3bdddabd1ca·1271820·doc·optional·starlink-ttools-java-doc_3.5.2-1_all.deb2 ·868d0cef829f4af1c7fcb3bdddabd1ca·1271820·doc·optional·starlink-ttools-java-doc_3.5.2-1_all.deb
3 ·1c1e5ff4083aaf65bc239a83a41253e6·5359152·java·optional·starlink-ttools-java_3.5.2-1_all.deb 
4 ·866068b93e0c5711ef6b9ab86ac7a30d·2547820·doc·optional·stilts-doc_3.5.2-1_all.deb3 ·079fd9988f1a3f9c7024b6840620efda·5359148·java·optional·starlink-ttools-java_3.5.2-1_all.deb
 4 ·8381654419f7b973a3cd7b184aff51a8·2547840·doc·optional·stilts-doc_3.5.2-1_all.deb
5 ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb5 ·9c02725c90683118778f5e0d43639378·233416·science·optional·stilts_3.5.2-1_all.deb
4.79 KB
jython-stilts_3.5.2-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1372·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0····66028·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0····66032·2025-03-12·21:11:06.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 1520, 15 lines modifiedOffset 1520, 15 lines modified
1520 ········env·=·_JyEnvironment()1520 ········env·=·_JyEnvironment()
1521 ········env.setValue('format',·_map_env_value(format))1521 ········env.setValue('format',·_map_env_value(format))
1522 ········env.setValue('client',·_map_env_value(client))1522 ········env.setValue('client',·_map_env_value(client))
1523 ········mode·=·_stilts.getModeFactory().createObject('samp')1523 ········mode·=·_stilts.getModeFactory().createObject('samp')
1524 ········consumer·=·mode.createConsumer(env)1524 ········consumer·=·mode.createConsumer(env)
1525 ········_check_unused_args(env)1525 ········_check_unused_args(env)
1526 ········consumer.consume(self)1526 ········consumer.consume(self)
1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1528 ········'''\1528 ········'''\
1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1531 ····1531 ····
1532 ····Parameters:1532 ····Parameters:
1533 ····1533 ····
1534 ·······protocol·=·<jdbc-protocol>·······(String)1534 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1570, 15 lines modifiedOffset 1570, 15 lines modified
1570 ················of·columns)·for·the·data·being·written.1570 ················of·columns)·for·the·data·being·written.
1571 ····1571 ····
1572 ··········[Default:·create]1572 ··········[Default:·create]
1573 ····1573 ····
1574 ·······user·=·<username>·······(String)1574 ·······user·=·<username>·······(String)
1575 ··········User·name·for·the·SQL·connection·to·the·database.1575 ··········User·name·for·the·SQL·connection·to·the·database.
1576 ····1576 ····
1577 ··········[Default:·pbuilder1]1577 ··········[Default:·pbuilder2]
1578 ····1578 ····
1579 ·······password·=·<passwd>·······(String)1579 ·······password·=·<passwd>·······(String)
1580 ··········Password·for·the·SQL·connection·to·the·database.1580 ··········Password·for·the·SQL·connection·to·the·database.
1581 ····'''1581 ····'''
1582 ········env·=·_JyEnvironment()1582 ········env·=·_JyEnvironment()
1583 ········env.setValue('protocol',·_map_env_value(protocol))1583 ········env.setValue('protocol',·_map_env_value(protocol))
1584 ········env.setValue('db',·_map_env_value(db))1584 ········env.setValue('db',·_map_env_value(db))
Offset 4421, 15 lines modifiedOffset 4421, 15 lines modified
4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4422 ······as·well·for·the·connection·to·be·made.4422 ······as·well·for·the·connection·to·be·made.
  
4423 ···user·=·<value>·······(String)4423 ···user·=·<value>·······(String)
4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4425 ······current·username.4425 ······current·username.
  
4426 ······[Default:·pbuilder1]4426 ······[Default:·pbuilder2]
  
4427 ···password·=·<value>·······(String)4427 ···password·=·<value>·······(String)
4428 ······Password·for·logging·in·to·SQL·database.4428 ······Password·for·logging·in·to·SQL·database.
  
4429 ···sql·=·<sql>·······(String)4429 ···sql·=·<sql>·······(String)
4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4628, 15 lines modifiedOffset 4628, 15 lines modified
4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4629 ······as·well·for·the·connection·to·be·made.4629 ······as·well·for·the·connection·to·be·made.
  
4630 ···user·=·<value>·······(String)4630 ···user·=·<value>·······(String)
4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4632 ······current·username.4632 ······current·username.
  
4633 ······[Default:·pbuilder1]4633 ······[Default:·pbuilder2]
  
4634 ···password·=·<value>·······(String)4634 ···password·=·<value>·······(String)
4635 ······Password·for·logging·in·to·SQL·database.4635 ······Password·for·logging·in·to·SQL·database.
  
4636 ···dbtable·=·<table-name>·······(String)4636 ···dbtable·=·<table-name>·······(String)
4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4638 ······remote·data.4638 ······remote·data.
Offset 4736, 15 lines modifiedOffset 4736, 15 lines modified
4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4737 ······as·well·for·the·connection·to·be·made.4737 ······as·well·for·the·connection·to·be·made.
  
4738 ···user·=·<value>·······(String)4738 ···user·=·<value>·······(String)
4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4740 ······current·username.4740 ······current·username.
  
4741 ······[Default:·pbuilder1]4741 ······[Default:·pbuilder2]
  
4742 ···password·=·<value>·······(String)4742 ···password·=·<value>·······(String)
4743 ······Password·for·logging·in·to·SQL·database.4743 ······Password·for·logging·in·to·SQL·database.
  
4744 ···select·=·<select-stmt>·······(String)4744 ···select·=·<select-stmt>·······(String)
4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4746 ······statement·to·identify·which·rows·undergo·updates.4746 ······statement·to·identify·which·rows·undergo·updates.
Offset 13414, 15 lines modifiedOffset 13414, 15 lines modified
13414 ····env.setValue('format',·_map_env_value(format))13414 ····env.setValue('format',·_map_env_value(format))
13415 ····env.setValue('client',·_map_env_value(client))13415 ····env.setValue('client',·_map_env_value(client))
13416 ····mode·=·_stilts.getModeFactory().createObject('samp')13416 ····mode·=·_stilts.getModeFactory().createObject('samp')
13417 ····consumer·=·mode.createConsumer(env)13417 ····consumer·=·mode.createConsumer(env)
13418 ····_check_unused_args(env)13418 ····_check_unused_args(env)
13419 ····consumer.consume(table)13419 ····consumer.consume(table)
  
13420 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):13420 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
13421 ····'''\13421 ····'''\
13422 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC13422 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
13423 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).13423 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
13424 Parameters:13424 Parameters:
  
13425 ···protocol·=·<jdbc-protocol>·······(String)13425 ···protocol·=·<jdbc-protocol>·······(String)
Offset 13464, 15 lines modifiedOffset 13464, 15 lines modified
13464 ············of·columns)·for·the·data·being·written.13464 ············of·columns)·for·the·data·being·written.
  
13465 ······[Default:·create]13465 ······[Default:·create]
  
13466 ···user·=·<username>·······(String)13466 ···user·=·<username>·······(String)
13467 ······User·name·for·the·SQL·connection·to·the·database.13467 ······User·name·for·the·SQL·connection·to·the·database.
  
13468 ······[Default:·pbuilder1]13468 ······[Default:·pbuilder2]
  
13469 ···password·=·<passwd>·······(String)13469 ···password·=·<passwd>·······(String)
13470 ······Password·for·the·SQL·connection·to·the·database.13470 ······Password·for·the·SQL·connection·to·the·database.
13471 '''13471 '''
13472 ····env·=·_JyEnvironment()13472 ····env·=·_JyEnvironment()
13473 ····env.setValue('protocol',·_map_env_value(protocol))13473 ····env.setValue('protocol',·_map_env_value(protocol))
13474 ····env.setValue('db',·_map_env_value(db))13474 ····env.setValue('db',·_map_env_value(db))
7.4 KB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····1244·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1244·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5357716·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··5357712·2025-03-12·21:11:06.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
6.87 KB
6.85 KB
6.83 KB
1.01 KB
    
Offset 172, 15 lines modifiedOffset 172, 15 lines modified
172 ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT172 ··minimum·file·system·compatibility·required:·····MS-DOS,·OS/2·or·NT·FAT
173 ··minimum·software·version·required·to·extract:···1.0173 ··minimum·software·version·required·to·extract:···1.0
174 ··compression·method:·····························deflated174 ··compression·method:·····························deflated
175 ··compression·sub-type·(deflation):···············normal175 ··compression·sub-type·(deflation):···············normal
176 ··file·security·status:···························not·encrypted176 ··file·security·status:···························not·encrypted
177 ··extended·local·header:··························no177 ··extended·local·header:··························no
178 ··file·last·modified·on·(DOS·date/time):··········2025·Mar·12·21:11:06178 ··file·last·modified·on·(DOS·date/time):··········2025·Mar·12·21:11:06
179 ··32-bit·CRC·value·(hex):·························24a8fd02179 ··32-bit·CRC·value·(hex):·························031242dd
180 ··compressed·size:································93591·bytes180 ··compressed·size:································93591·bytes
181 ··uncompressed·size:······························547682·bytes181 ··uncompressed·size:······························547682·bytes
182 ··length·of·filename:·····························9·characters182 ··length·of·filename:·····························9·characters
183 ··length·of·extra·field:··························0·bytes183 ··length·of·extra·field:··························0·bytes
184 ··length·of·file·comment:·························0·characters184 ··length·of·file·comment:·························0·characters
185 ··disk·number·on·which·file·begins:···············disk·1185 ··disk·number·on·which·file·begins:···············disk·1
186 ··apparent·file·type:·····························binary186 ··apparent·file·type:·····························binary
1.57 KB
    
Offset 100, 15 lines modifiedOffset 100, 15 lines modified
100 0002F1·Extract·Zip·Spec······0A·(10)·'1.0'100 0002F1·Extract·Zip·Spec······0A·(10)·'1.0'
101 0002F2·Extract·OS············00·(0)·'MS-DOS'101 0002F2·Extract·OS············00·(0)·'MS-DOS'
102 0002F3·General·Purpose·Flag··0800·(2048)102 0002F3·General·Purpose·Flag··0800·(2048)
103 ·······[Bits·1-2]············0·'Normal·Compression'103 ·······[Bits·1-2]············0·'Normal·Compression'
104 ·······[Bit·11]··············1·'Language·Encoding'104 ·······[Bit·11]··············1·'Language·Encoding'
105 0002F5·Compression·Method····0008·(8)·'Deflated'105 0002F5·Compression·Method····0008·(8)·'Deflated'
106 0002F7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'106 0002F7·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
107 0002FB·CRC···················24A8FD02·(615054594)107 0002FB·CRC···················031242DD·(51528413)
108 0002FF·Compressed·Size·······00016D97·(93591)108 0002FF·Compressed·Size·······00016D97·(93591)
109 000303·Uncompressed·Size·····00085B62·(547682)109 000303·Uncompressed·Size·····00085B62·(547682)
110 000307·Filename·Length·······0009·(9)110 000307·Filename·Length·······0009·(9)
111 000309·Extra·Length··········0000·(0)111 000309·Extra·Length··········0000·(0)
112 00030B·Filename··············'XXXXXXXXX'112 00030B·Filename··············'XXXXXXXXX'
113 #113 #
114 #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX'114 #·WARNING:·Offset·0x30B:·Filename·'XXXXXXXXX'
Offset 73682, 15 lines modifiedOffset 73682, 15 lines modified
73682 548212·Extract·Zip·Spec······0A·(10)·'1.0'73682 548212·Extract·Zip·Spec······0A·(10)·'1.0'
73683 548213·Extract·OS············00·(0)·'MS-DOS'73683 548213·Extract·OS············00·(0)·'MS-DOS'
73684 548214·General·Purpose·Flag··0800·(2048)73684 548214·General·Purpose·Flag··0800·(2048)
73685 ·······[Bits·1-2]············0·'Normal·Compression'73685 ·······[Bits·1-2]············0·'Normal·Compression'
73686 ·······[Bit·11]··············1·'Language·Encoding'73686 ·······[Bit·11]··············1·'Language·Encoding'
73687 548216·Compression·Method····0008·(8)·'Deflated'73687 548216·Compression·Method····0008·(8)·'Deflated'
73688 548218·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'73688 548218·Modification·Time·····5A6CA963·(1517070691)·'Wed·Mar·12·21:11:06·2025'
73689 54821C·CRC···················24A8FD02·(615054594)73689 54821C·CRC···················031242DD·(51528413)
73690 548220·Compressed·Size·······00016D97·(93591)73690 548220·Compressed·Size·······00016D97·(93591)
73691 548224·Uncompressed·Size·····00085B62·(547682)73691 548224·Uncompressed·Size·····00085B62·(547682)
73692 548228·Filename·Length·······0009·(9)73692 548228·Filename·Length·······0009·(9)
73693 54822A·Extra·Length··········0000·(0)73693 54822A·Extra·Length··········0000·(0)
73694 54822C·Comment·Length········0000·(0)73694 54822C·Comment·Length········0000·(0)
73695 54822E·Disk·Start············0000·(0)73695 54822E·Disk·Start············0000·(0)
73696 548230·Int·File·Attributes···0000·(0)73696 548230·Int·File·Attributes···0000·(0)
4.17 KB
    
Offset 1520, 15 lines modifiedOffset 1520, 15 lines modified
1520 ········env·=·_JyEnvironment()1520 ········env·=·_JyEnvironment()
1521 ········env.setValue('format',·_map_env_value(format))1521 ········env.setValue('format',·_map_env_value(format))
1522 ········env.setValue('client',·_map_env_value(client))1522 ········env.setValue('client',·_map_env_value(client))
1523 ········mode·=·_stilts.getModeFactory().createObject('samp')1523 ········mode·=·_stilts.getModeFactory().createObject('samp')
1524 ········consumer·=·mode.createConsumer(env)1524 ········consumer·=·mode.createConsumer(env)
1525 ········_check_unused_args(env)1525 ········_check_unused_args(env)
1526 ········consumer.consume(self)1526 ········consumer.consume(self)
1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1527 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1528 ········'''\1528 ········'''\
1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1529 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1530 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1531 ····1531 ····
1532 ····Parameters:1532 ····Parameters:
1533 ····1533 ····
1534 ·······protocol·=·<jdbc-protocol>·······(String)1534 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1570, 15 lines modifiedOffset 1570, 15 lines modified
1570 ················of·columns)·for·the·data·being·written.1570 ················of·columns)·for·the·data·being·written.
1571 ····1571 ····
1572 ··········[Default:·create]1572 ··········[Default:·create]
1573 ····1573 ····
1574 ·······user·=·<username>·······(String)1574 ·······user·=·<username>·······(String)
1575 ··········User·name·for·the·SQL·connection·to·the·database.1575 ··········User·name·for·the·SQL·connection·to·the·database.
1576 ····1576 ····
1577 ··········[Default:·pbuilder1]1577 ··········[Default:·pbuilder2]
1578 ····1578 ····
1579 ·······password·=·<passwd>·······(String)1579 ·······password·=·<passwd>·······(String)
1580 ··········Password·for·the·SQL·connection·to·the·database.1580 ··········Password·for·the·SQL·connection·to·the·database.
1581 ····'''1581 ····'''
1582 ········env·=·_JyEnvironment()1582 ········env·=·_JyEnvironment()
1583 ········env.setValue('protocol',·_map_env_value(protocol))1583 ········env.setValue('protocol',·_map_env_value(protocol))
1584 ········env.setValue('db',·_map_env_value(db))1584 ········env.setValue('db',·_map_env_value(db))
Offset 4421, 15 lines modifiedOffset 4421, 15 lines modified
4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4421 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4422 ······as·well·for·the·connection·to·be·made.4422 ······as·well·for·the·connection·to·be·made.
  
4423 ···user·=·<value>·······(String)4423 ···user·=·<value>·······(String)
4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4424 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4425 ······current·username.4425 ······current·username.
  
4426 ······[Default:·pbuilder1]4426 ······[Default:·pbuilder2]
  
4427 ···password·=·<value>·······(String)4427 ···password·=·<value>·······(String)
4428 ······Password·for·logging·in·to·SQL·database.4428 ······Password·for·logging·in·to·SQL·database.
  
4429 ···sql·=·<sql>·······(String)4429 ···sql·=·<sql>·······(String)
4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4430 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4431 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4628, 15 lines modifiedOffset 4628, 15 lines modified
4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4628 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4629 ······as·well·for·the·connection·to·be·made.4629 ······as·well·for·the·connection·to·be·made.
  
4630 ···user·=·<value>·······(String)4630 ···user·=·<value>·······(String)
4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4631 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4632 ······current·username.4632 ······current·username.
  
4633 ······[Default:·pbuilder1]4633 ······[Default:·pbuilder2]
  
4634 ···password·=·<value>·······(String)4634 ···password·=·<value>·······(String)
4635 ······Password·for·logging·in·to·SQL·database.4635 ······Password·for·logging·in·to·SQL·database.
  
4636 ···dbtable·=·<table-name>·······(String)4636 ···dbtable·=·<table-name>·······(String)
4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4637 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4638 ······remote·data.4638 ······remote·data.
Offset 4736, 15 lines modifiedOffset 4736, 15 lines modified
4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4736 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4737 ······as·well·for·the·connection·to·be·made.4737 ······as·well·for·the·connection·to·be·made.
  
4738 ···user·=·<value>·······(String)4738 ···user·=·<value>·······(String)
4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4739 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4740 ······current·username.4740 ······current·username.
  
4741 ······[Default:·pbuilder1]4741 ······[Default:·pbuilder2]
  
4742 ···password·=·<value>·······(String)4742 ···password·=·<value>·······(String)
4743 ······Password·for·logging·in·to·SQL·database.4743 ······Password·for·logging·in·to·SQL·database.
  
4744 ···select·=·<select-stmt>·······(String)4744 ···select·=·<select-stmt>·······(String)
4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4745 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4746 ······statement·to·identify·which·rows·undergo·updates.4746 ······statement·to·identify·which·rows·undergo·updates.
Offset 13414, 15 lines modifiedOffset 13414, 15 lines modified
13414 ····env.setValue('format',·_map_env_value(format))13414 ····env.setValue('format',·_map_env_value(format))
13415 ····env.setValue('client',·_map_env_value(client))13415 ····env.setValue('client',·_map_env_value(client))
13416 ····mode·=·_stilts.getModeFactory().createObject('samp')13416 ····mode·=·_stilts.getModeFactory().createObject('samp')
13417 ····consumer·=·mode.createConsumer(env)13417 ····consumer·=·mode.createConsumer(env)
13418 ····_check_unused_args(env)13418 ····_check_unused_args(env)
13419 ····consumer.consume(table)13419 ····consumer.consume(table)
  
13420 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):13420 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
13421 ····'''\13421 ····'''\
13422 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC13422 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
13423 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).13423 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
13424 Parameters:13424 Parameters:
  
13425 ···protocol·=·<jdbc-protocol>·······(String)13425 ···protocol·=·<jdbc-protocol>·······(String)
Offset 13464, 15 lines modifiedOffset 13464, 15 lines modified
13464 ············of·columns)·for·the·data·being·written.13464 ············of·columns)·for·the·data·being·written.
  
13465 ······[Default:·create]13465 ······[Default:·create]
  
13466 ···user·=·<username>·······(String)13466 ···user·=·<username>·······(String)
13467 ······User·name·for·the·SQL·connection·to·the·database.13467 ······User·name·for·the·SQL·connection·to·the·database.
  
13468 ······[Default:·pbuilder1]13468 ······[Default:·pbuilder2]
  
13469 ···password·=·<passwd>·······(String)13469 ···password·=·<passwd>·······(String)
13470 ······Password·for·the·SQL·connection·to·the·database.13470 ······Password·for·the·SQL·connection·to·the·database.
13471 '''13471 '''
13472 ····env·=·_JyEnvironment()13472 ····env·=·_JyEnvironment()
13473 ····env.setValue('protocol',·_map_env_value(protocol))13473 ····env.setValue('protocol',·_map_env_value(protocol))
13474 ····env.setValue('db',·_map_env_value(db))13474 ····env.setValue('db',·_map_env_value(db))
6.59 KB
stilts-doc_3.5.2-1_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary1 -rw-r--r--···0········0········0········4·2025-03-12·21:11:06.000000·debian-binary
2 -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz2 -rw-r--r--···0········0········0·····3380·2025-03-12·21:11:06.000000·control.tar.xz
3 -rw-r--r--···0········0········0··2544248·2025-03-12·21:11:06.000000·data.tar.xz3 -rw-r--r--···0········0········0··2544268·2025-03-12·21:11:06.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.09 KB
data.tar.xz
6.07 KB
data.tar
6.05 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 9146, 15 lines modifiedOffset 9146, 15 lines modified
9146 ················</dt>9146 ················</dt>
9147 ················9147 ················
9148 ················<dd>9148 ················<dd>
9149 ····················User·name·for·the·SQL·connection·to·the·database.9149 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
9150 ····················<p>9150 ····················<p>
9151 ························[Default:·<code>pbuilder1</code>]9151 ························[Default:·<code>pbuilder2</code>]
9152 ····················</p>9152 ····················</p>
9153 ················</dd>9153 ················</dd>
9154 ················9154 ················
9155 ················<dt>9155 ················<dt>
9156 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>9156 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
9157 ················</dt>9157 ················</dt>
9158 ················9158 ················
Offset 77775, 15 lines modifiedOffset 77775, 15 lines modified
77775 ················77775 ················
77776 ················<dd>77776 ················<dd>
77777 ····················User·name·for·logging·in·to·SQL·database.77777 ····················User·name·for·logging·in·to·SQL·database.
77778 Defaults·to·the·current·username.77778 Defaults·to·the·current·username.
  
  
77779 ····················<p>77779 ····················<p>
77780 ························[Default:·<code>pbuilder1</code>]77780 ························[Default:·<code>pbuilder2</code>]
77781 ····················</p>77781 ····················</p>
77782 ················</dd>77782 ················</dd>
77783 ················77783 ················
77784 ············</dl>77784 ············</dl>
77785 ············77785 ············
77786 ········</p>77786 ········</p>
77787 ········77787 ········
Offset 78718, 15 lines modifiedOffset 78718, 15 lines modified
78718 ················78718 ················
78719 ················<dd>78719 ················<dd>
78720 ····················User·name·for·logging·in·to·SQL·database.78720 ····················User·name·for·logging·in·to·SQL·database.
78721 Defaults·to·the·current·username.78721 Defaults·to·the·current·username.
  
  
78722 ····················<p>78722 ····················<p>
78723 ························[Default:·<code>pbuilder1</code>]78723 ························[Default:·<code>pbuilder2</code>]
78724 ····················</p>78724 ····················</p>
78725 ················</dd>78725 ················</dd>
78726 ················78726 ················
78727 ················<dt>78727 ················<dt>
78728 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>78728 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
78729 ················</dt>78729 ················</dt>
78730 ················78730 ················
Offset 78940, 15 lines modifiedOffset 78940, 15 lines modified
78940 ················78940 ················
78941 ················<dd>78941 ················<dd>
78942 ····················User·name·for·logging·in·to·SQL·database.78942 ····················User·name·for·logging·in·to·SQL·database.
78943 Defaults·to·the·current·username.78943 Defaults·to·the·current·username.
  
  
78944 ····················<p>78944 ····················<p>
78945 ························[Default:·<code>pbuilder1</code>]78945 ························[Default:·<code>pbuilder2</code>]
78946 ····················</p>78946 ····················</p>
78947 ················</dd>78947 ················</dd>
78948 ················78948 ················
78949 ············</dl>78949 ············</dl>
78950 ············78950 ············
78951 ········</p>78951 ········</p>
78952 ········78952 ········
4.0 KB
html2text {}
    
Offset 3533, 15 lines modifiedOffset 3533, 15 lines modified
3533 ············of·the·same·name·already·exists,·it·is·dropped·first.3533 ············of·the·same·name·already·exists,·it·is·dropped·first.
3534 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named3534 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named
3535 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the3535 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the
3536 ············data·being·written.3536 ············data·being·written.
3537 ······[Default:·create]3537 ······[Default:·create]
3538 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3538 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<u\x8us\x8se\x8er\x8rn\x8na\x8am\x8me\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3539 ······User·name·for·the·SQL·connection·to·the·database.3539 ······User·name·for·the·SQL·connection·to·the·database.
3540 ······[Default:·pbuilder1]3540 ······[Default:·pbuilder2]
3541 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)3541 ··p\x8pa\x8as\x8ss\x8sw\x8wo\x8or\x8rd\x8d·=\x8=·<\x8<p\x8pa\x8as\x8ss\x8sw\x8wd\x8d>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
3542 ······Password·for·the·SQL·connection·to·the·database.3542 ······Password·for·the·SQL·connection·to·the·database.
3543 ===============================================================================3543 ===============================================================================
3544 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*3544 *\x8**\x8**\x8**\x8**\x8*·7\x87·C\x8Cr\x8ro\x8os\x8ss\x8sm\x8ma\x8at\x8tc\x8ch\x8hi\x8in\x8ng\x8g·*\x8**\x8**\x8**\x8**\x8*
3545 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.3545 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.
3546 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or3546 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or
3547 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such3547 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such
Offset 23969, 15 lines modifiedOffset 23969, 15 lines modified
23969 ······Password·for·logging·in·to·SQL·database.23969 ······Password·for·logging·in·to·SQL·database.
23970 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23970 ··s\x8sq\x8ql\x8l·=\x8=·<\x8<s\x8sq\x8ql\x8l>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23971 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,23971 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,
23972 ······or·statements·may·be·separated·by·semicolon·(";")·characters.23972 ······or·statements·may·be·separated·by·semicolon·(";")·characters.
23973 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)23973 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
23974 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23974 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23975 ······username.23975 ······username.
23976 ······[Default:·pbuilder1]23976 ······[Default:·pbuilder2]
23977 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23977 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x824\x84.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23978 Here·are·some·examples·of·sqlclient:23978 Here·are·some·examples·of·sqlclient:
23979 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET23979 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET
23980 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan23980 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan
23981 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the23981 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the
23982 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a23982 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a
23983 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's23983 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's
Offset 24301, 15 lines modifiedOffset 24301, 15 lines modified
24301 ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS24301 ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS
24302 ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few24302 ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few
24303 ······other·cone·search·services.24303 ······other·cone·search·services.
24304 ······[Default:·true]24304 ······[Default:·true]
24305 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)24305 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
24306 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current24306 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
24307 ······username.24307 ······username.
24308 ······[Default:·pbuilder1]24308 ······[Default:·pbuilder2]
24309 ··w\x8wh\x8he\x8er\x8re\x8e·=\x8=·<\x8<s\x8sq\x8ql\x8l-\x8-c\x8co\x8on\x8nd\x8di\x8it\x8ti\x8io\x8on\x8n>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)24309 ··w\x8wh\x8he\x8er\x8re\x8e·=\x8=·<\x8<s\x8sq\x8ql\x8l-\x8-c\x8co\x8on\x8nd\x8di\x8it\x8ti\x8io\x8on\x8n>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
24310 ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the24310 ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the
24311 ······database.·This·will·be·combined·with·the·constraints·on·position·implied24311 ······database.·This·will·be·combined·with·the·constraints·on·position·implied
24312 ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should24312 ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should
24313 ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null24313 ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null
24314 ······value·indicates·no·additional·criteria.24314 ······value·indicates·no·additional·criteria.
24315 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x825\x85.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*24315 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x825\x85.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
Offset 24375, 15 lines modifiedOffset 24375, 15 lines modified
24375 ······[Default:·true]24375 ······[Default:·true]
24376 ··s\x8se\x8el\x8le\x8ec\x8ct\x8t·=\x8=·<\x8<s\x8se\x8el\x8le\x8ec\x8ct\x8t-\x8-s\x8st\x8tm\x8mt\x8t>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)24376 ··s\x8se\x8el\x8le\x8ec\x8ct\x8t·=\x8=·<\x8<s\x8se\x8el\x8le\x8ec\x8ct\x8t-\x8-s\x8st\x8tm\x8mt\x8t>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
24377 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to24377 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to
24378 ······identify·which·rows·undergo·updates.24378 ······identify·which·rows·undergo·updates.
24379 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)24379 ··u\x8us\x8se\x8er\x8r·=\x8=·<\x8<v\x8va\x8al\x8lu\x8ue\x8e>\x8>·?\x8 ?\x8 ?\x8 ?\x8 ?\x8 ?\x8 (\x8(S\x8St\x8tr\x8ri\x8in\x8ng\x8g)\x8)
24380 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current24380 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
24381 ······username.24381 ······username.
24382 ······[Default:·pbuilder1]24382 ······[Default:·pbuilder2]
24383 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x826\x86.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*24383 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x826\x86.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
24384 Here·are·some·examples·of·sqlupdate:24384 Here·are·some·examples·of·sqlupdate:
24385 ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL24385 ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL
24386 ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right24386 ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right
24387 ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must24387 ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must
24388 ······exist·prior·to·executing·this·command.24388 ······exist·prior·to·executing·this·command.
24389 ===============================================================================24389 ===============================================================================