22.3 KB
/srv/reproducible-results/rbuild-debian/r-b-build.HONbeO3G/b1/starjava-ttools_3.4.9-5_amd64.changes vs.
/srv/reproducible-results/rbuild-debian/r-b-build.HONbeO3G/b2/starjava-ttools_3.4.9-5_amd64.changes
731 B
Files
    
Offset 1, 6 lines modifiedOffset 1, 6 lines modified
  
1 ·6f1b2bb691de7ede7806d9f4c2a5ccdd·64908·java·optional·jython-stilts_3.4.9-5_all.deb1 ·06090965e0845939c2b45e3e4d104994·64892·java·optional·jython-stilts_3.4.9-5_all.deb
2 ·bb400d9ecafbae7458e168c714d28412·1215328·doc·optional·starlink-ttools-java-doc_3.4.9-5_all.deb2 ·bb400d9ecafbae7458e168c714d28412·1215328·doc·optional·starlink-ttools-java-doc_3.4.9-5_all.deb
3 ·749b1ea941e15e0caa94d6dbed56fb5f·5195168·java·optional·starlink-ttools-java_3.4.9-5_all.deb 
4 ·7886e762a3c024ce32afe81478cb46e2·2394732·doc·optional·stilts-doc_3.4.9-5_all.deb3 ·d567b6e2840db669e498f2f7356740b2·5195176·java·optional·starlink-ttools-java_3.4.9-5_all.deb
 4 ·6859f395fb5e355187002ee9106c1170·2394776·doc·optional·stilts-doc_3.4.9-5_all.deb
5 ·d45b62ce44d434751f7a1af2e5f3db4f·225688·science·optional·stilts_3.4.9-5_all.deb5 ·d45b62ce44d434751f7a1af2e5f3db4f·225688·science·optional·stilts_3.4.9-5_all.deb
5.72 KB
jython-stilts_3.4.9-5_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2023-12-19·09:37:03.000000·debian-binary1 -rw-r--r--···0········0········0········4·2023-12-19·09:37:03.000000·debian-binary
2 -rw-r--r--···0········0········0·····1364·2023-12-19·09:37:03.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1364·2023-12-19·09:37:03.000000·control.tar.xz
3 -rw-r--r--···0········0········0····63352·2023-12-19·09:37:03.000000·data.tar.xz3 -rw-r--r--···0········0········0····63336·2023-12-19·09:37:03.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
5.21 KB
data.tar.xz
4.26 KB
data.tar
4.24 KB
./usr/share/jython/Lib/site-packages/stilts.py
    
Offset 1486, 15 lines modifiedOffset 1486, 15 lines modified
1486 ········env·=·_JyEnvironment()1486 ········env·=·_JyEnvironment()
1487 ········env.setValue('format',·_map_env_value(format))1487 ········env.setValue('format',·_map_env_value(format))
1488 ········env.setValue('client',·_map_env_value(client))1488 ········env.setValue('client',·_map_env_value(client))
1489 ········mode·=·_stilts.getModeFactory().createObject('samp')1489 ········mode·=·_stilts.getModeFactory().createObject('samp')
1490 ········consumer·=·mode.createConsumer(env)1490 ········consumer·=·mode.createConsumer(env)
1491 ········_check_unused_args(env)1491 ········_check_unused_args(env)
1492 ········consumer.consume(self)1492 ········consumer.consume(self)
1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1494 ········'''\1494 ········'''\
1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1497 ····1497 ····
1498 ····Parameters:1498 ····Parameters:
1499 ····1499 ····
1500 ·······protocol·=·<jdbc-protocol>·······(String)1500 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1536, 15 lines modifiedOffset 1536, 15 lines modified
1536 ················of·columns)·for·the·data·being·written.1536 ················of·columns)·for·the·data·being·written.
1537 ····1537 ····
1538 ··········[Default:·create]1538 ··········[Default:·create]
1539 ····1539 ····
1540 ·······user·=·<username>·······(String)1540 ·······user·=·<username>·······(String)
1541 ··········User·name·for·the·SQL·connection·to·the·database.1541 ··········User·name·for·the·SQL·connection·to·the·database.
1542 ····1542 ····
1543 ··········[Default:·pbuilder1]1543 ··········[Default:·pbuilder2]
1544 ····1544 ····
1545 ·······password·=·<passwd>·······(String)1545 ·······password·=·<passwd>·······(String)
1546 ··········Password·for·the·SQL·connection·to·the·database.1546 ··········Password·for·the·SQL·connection·to·the·database.
1547 ····'''1547 ····'''
1548 ········env·=·_JyEnvironment()1548 ········env·=·_JyEnvironment()
1549 ········env.setValue('protocol',·_map_env_value(protocol))1549 ········env.setValue('protocol',·_map_env_value(protocol))
1550 ········env.setValue('db',·_map_env_value(db))1550 ········env.setValue('db',·_map_env_value(db))
Offset 4293, 15 lines modifiedOffset 4293, 15 lines modified
4293 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4293 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4294 ······as·well·for·the·connection·to·be·made.4294 ······as·well·for·the·connection·to·be·made.
  
4295 ···user·=·<value>·······(String)4295 ···user·=·<value>·······(String)
4296 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4296 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4297 ······current·username.4297 ······current·username.
  
4298 ······[Default:·pbuilder1]4298 ······[Default:·pbuilder2]
  
4299 ···password·=·<value>·······(String)4299 ···password·=·<value>·······(String)
4300 ······Password·for·logging·in·to·SQL·database.4300 ······Password·for·logging·in·to·SQL·database.
  
4301 ···sql·=·<sql>·······(String)4301 ···sql·=·<sql>·······(String)
4302 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4302 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4303 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4303 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4499, 15 lines modifiedOffset 4499, 15 lines modified
4499 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4499 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4500 ······as·well·for·the·connection·to·be·made.4500 ······as·well·for·the·connection·to·be·made.
  
4501 ···user·=·<value>·······(String)4501 ···user·=·<value>·······(String)
4502 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4502 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4503 ······current·username.4503 ······current·username.
  
4504 ······[Default:·pbuilder1]4504 ······[Default:·pbuilder2]
  
4505 ···password·=·<value>·······(String)4505 ···password·=·<value>·······(String)
4506 ······Password·for·logging·in·to·SQL·database.4506 ······Password·for·logging·in·to·SQL·database.
  
4507 ···dbtable·=·<table-name>·······(String)4507 ···dbtable·=·<table-name>·······(String)
4508 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4508 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4509 ······remote·data.4509 ······remote·data.
Offset 4607, 15 lines modifiedOffset 4607, 15 lines modified
4607 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4607 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4608 ······as·well·for·the·connection·to·be·made.4608 ······as·well·for·the·connection·to·be·made.
  
4609 ···user·=·<value>·······(String)4609 ···user·=·<value>·······(String)
4610 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4610 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4611 ······current·username.4611 ······current·username.
  
4612 ······[Default:·pbuilder1]4612 ······[Default:·pbuilder2]
  
4613 ···password·=·<value>·······(String)4613 ···password·=·<value>·······(String)
4614 ······Password·for·logging·in·to·SQL·database.4614 ······Password·for·logging·in·to·SQL·database.
  
4615 ···select·=·<select-stmt>·······(String)4615 ···select·=·<select-stmt>·······(String)
4616 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4616 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4617 ······statement·to·identify·which·rows·undergo·updates.4617 ······statement·to·identify·which·rows·undergo·updates.
Offset 13051, 15 lines modifiedOffset 13051, 15 lines modified
13051 ····env.setValue('format',·_map_env_value(format))13051 ····env.setValue('format',·_map_env_value(format))
13052 ····env.setValue('client',·_map_env_value(client))13052 ····env.setValue('client',·_map_env_value(client))
13053 ····mode·=·_stilts.getModeFactory().createObject('samp')13053 ····mode·=·_stilts.getModeFactory().createObject('samp')
13054 ····consumer·=·mode.createConsumer(env)13054 ····consumer·=·mode.createConsumer(env)
13055 ····_check_unused_args(env)13055 ····_check_unused_args(env)
13056 ····consumer.consume(table)13056 ····consumer.consume(table)
  
13057 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):13057 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
13058 ····'''\13058 ····'''\
13059 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC13059 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
13060 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).13060 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
13061 Parameters:13061 Parameters:
  
13062 ···protocol·=·<jdbc-protocol>·······(String)13062 ···protocol·=·<jdbc-protocol>·······(String)
Offset 13101, 15 lines modifiedOffset 13101, 15 lines modified
13101 ············of·columns)·for·the·data·being·written.13101 ············of·columns)·for·the·data·being·written.
  
13102 ······[Default:·create]13102 ······[Default:·create]
  
13103 ···user·=·<username>·······(String)13103 ···user·=·<username>·······(String)
13104 ······User·name·for·the·SQL·connection·to·the·database.13104 ······User·name·for·the·SQL·connection·to·the·database.
  
13105 ······[Default:·pbuilder1]13105 ······[Default:·pbuilder2]
  
13106 ···password·=·<passwd>·······(String)13106 ···password·=·<passwd>·······(String)
13107 ······Password·for·the·SQL·connection·to·the·database.13107 ······Password·for·the·SQL·connection·to·the·database.
13108 '''13108 '''
13109 ····env·=·_JyEnvironment()13109 ····env·=·_JyEnvironment()
13110 ····env.setValue('protocol',·_map_env_value(protocol))13110 ····env.setValue('protocol',·_map_env_value(protocol))
13111 ····env.setValue('db',·_map_env_value(db))13111 ····env.setValue('db',·_map_env_value(db))
953 B
xz --list
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 ··Streams:···········11 ··Streams:···········1
2 ··Blocks:············12 ··Blocks:············1
3 ··Compressed·size:···61.9·KiB·(63352·B)3 ··Compressed·size:···61.9·KiB·(63336·B)
4 ··Uncompressed·size:·540.0·KiB·(552960·B)4 ··Uncompressed·size:·540.0·KiB·(552960·B)
5 ··Ratio:·············0.1155 ··Ratio:·············0.115
6 ··Check:·············CRC646 ··Check:·············CRC64
7 ··Stream·Padding:····0·B7 ··Stream·Padding:····0·B
8 ··Streams:8 ··Streams:
9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding
10 ·········1·········1···············0···············0···········63352··········552960··0.115··CRC64············010 ·········1·········1···············0···············0···········63336··········552960··0.115··CRC64············0
11 ··Blocks:11 ··Blocks:
12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check
13 ·········1·········1··············12···············0···········63316··········552960··0.115··CRC6413 ·········1·········1··············12···············0···········63300··········552960··0.114··CRC64
8.13 KB
367 B
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2023-12-19·09:37:03.000000·debian-binary1 -rw-r--r--···0········0········0········4·2023-12-19·09:37:03.000000·debian-binary
2 -rw-r--r--···0········0········0·····1228·2023-12-19·09:37:03.000000·control.tar.xz2 -rw-r--r--···0········0········0·····1228·2023-12-19·09:37:03.000000·control.tar.xz
3 -rw-r--r--···0········0········0··5193748·2023-12-19·09:37:03.000000·data.tar.xz3 -rw-r--r--···0········0········0··5193756·2023-12-19·09:37:03.000000·data.tar.xz
98.0 B
70.0 B
48.0 B
30.0 B
Files differ
7.61 KB
6.65 KB
6.63 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):··········2023·Dec·19·09:37:02178 ··file·last·modified·on·(DOS·date/time):··········2023·Dec·19·09:37:02
179 ··32-bit·CRC·value·(hex):·························1d38dc1b179 ··32-bit·CRC·value·(hex):·························a0d78262
180 ··compressed·size:································90375·bytes180 ··compressed·size:································90375·bytes
181 ··uncompressed·size:······························532580·bytes181 ··uncompressed·size:······························532580·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.37 KB
    
Offset 84, 15 lines modifiedOffset 84, 15 lines modified
84 0002F2·Extract·Zip·Spec······0A·'1.0'84 0002F2·Extract·Zip·Spec······0A·'1.0'
85 0002F3·Extract·OS············00·'MS-DOS'85 0002F3·Extract·OS············00·'MS-DOS'
86 0002F4·General·Purpose·Flag··080086 0002F4·General·Purpose·Flag··0800
87 ·······[Bits·1-2]············0·'Normal·Compression'87 ·······[Bits·1-2]············0·'Normal·Compression'
88 ·······[Bit·11]··············1·'Language·Encoding'88 ·······[Bit·11]··············1·'Language·Encoding'
89 0002F6·Compression·Method····0008·'Deflated'89 0002F6·Compression·Method····0008·'Deflated'
90 0002F8·Last·Mod·Time·········57934CA1·'Tue·Dec·19·09:37:02·2023'90 0002F8·Last·Mod·Time·········57934CA1·'Tue·Dec·19·09:37:02·2023'
91 0002FC·CRC···················1D38DC1B91 0002FC·CRC···················A0D78262
92 000300·Compressed·Length·····0001610792 000300·Compressed·Length·····00016107
93 000304·Uncompressed·Length···0008206493 000304·Uncompressed·Length···00082064
94 000308·Filename·Length·······000994 000308·Filename·Length·······0009
95 00030A·Extra·Length··········000095 00030A·Extra·Length··········0000
96 00030C·Filename··············'XXXXXXXXX'96 00030C·Filename··············'XXXXXXXXX'
97 000315·PAYLOAD97 000315·PAYLOAD
  
Offset 61994, 15 lines modifiedOffset 61994, 15 lines modified
61994 51F057·Extract·Zip·Spec······0A·'1.0'61994 51F057·Extract·Zip·Spec······0A·'1.0'
61995 51F058·Extract·OS············00·'MS-DOS'61995 51F058·Extract·OS············00·'MS-DOS'
61996 51F059·General·Purpose·Flag··080061996 51F059·General·Purpose·Flag··0800
61997 ·······[Bits·1-2]············0·'Normal·Compression'61997 ·······[Bits·1-2]············0·'Normal·Compression'
61998 ·······[Bit·11]··············1·'Language·Encoding'61998 ·······[Bit·11]··············1·'Language·Encoding'
61999 51F05B·Compression·Method····0008·'Deflated'61999 51F05B·Compression·Method····0008·'Deflated'
62000 51F05D·Last·Mod·Time·········57934CA1·'Tue·Dec·19·09:37:02·2023'62000 51F05D·Last·Mod·Time·········57934CA1·'Tue·Dec·19·09:37:02·2023'
62001 51F061·CRC···················1D38DC1B62001 51F061·CRC···················A0D78262
62002 51F065·Compressed·Length·····0001610762002 51F065·Compressed·Length·····00016107
62003 51F069·Uncompressed·Length···0008206462003 51F069·Uncompressed·Length···00082064
62004 51F06D·Filename·Length·······000962004 51F06D·Filename·Length·······0009
62005 51F06F·Extra·Length··········000062005 51F06F·Extra·Length··········0000
62006 51F071·Comment·Length········000062006 51F071·Comment·Length········0000
62007 51F073·Disk·Start············000062007 51F073·Disk·Start············0000
62008 51F075·Int·File·Attributes···000062008 51F075·Int·File·Attributes···0000
4.17 KB
    
Offset 1486, 15 lines modifiedOffset 1486, 15 lines modified
1486 ········env·=·_JyEnvironment()1486 ········env·=·_JyEnvironment()
1487 ········env.setValue('format',·_map_env_value(format))1487 ········env.setValue('format',·_map_env_value(format))
1488 ········env.setValue('client',·_map_env_value(client))1488 ········env.setValue('client',·_map_env_value(client))
1489 ········mode·=·_stilts.getModeFactory().createObject('samp')1489 ········mode·=·_stilts.getModeFactory().createObject('samp')
1490 ········consumer·=·mode.createConsumer(env)1490 ········consumer·=·mode.createConsumer(env)
1491 ········_check_unused_args(env)1491 ········_check_unused_args(env)
1492 ········consumer.consume(self)1492 ········consumer.consume(self)
1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):1493 ····def·mode_tosql(self,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
1494 ········'''\1494 ········'''\
1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC1495 ····Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).1496 ····drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
1497 ····1497 ····
1498 ····Parameters:1498 ····Parameters:
1499 ····1499 ····
1500 ·······protocol·=·<jdbc-protocol>·······(String)1500 ·······protocol·=·<jdbc-protocol>·······(String)
Offset 1536, 15 lines modifiedOffset 1536, 15 lines modified
1536 ················of·columns)·for·the·data·being·written.1536 ················of·columns)·for·the·data·being·written.
1537 ····1537 ····
1538 ··········[Default:·create]1538 ··········[Default:·create]
1539 ····1539 ····
1540 ·······user·=·<username>·······(String)1540 ·······user·=·<username>·······(String)
1541 ··········User·name·for·the·SQL·connection·to·the·database.1541 ··········User·name·for·the·SQL·connection·to·the·database.
1542 ····1542 ····
1543 ··········[Default:·pbuilder1]1543 ··········[Default:·pbuilder2]
1544 ····1544 ····
1545 ·······password·=·<passwd>·······(String)1545 ·······password·=·<passwd>·······(String)
1546 ··········Password·for·the·SQL·connection·to·the·database.1546 ··········Password·for·the·SQL·connection·to·the·database.
1547 ····'''1547 ····'''
1548 ········env·=·_JyEnvironment()1548 ········env·=·_JyEnvironment()
1549 ········env.setValue('protocol',·_map_env_value(protocol))1549 ········env.setValue('protocol',·_map_env_value(protocol))
1550 ········env.setValue('db',·_map_env_value(db))1550 ········env.setValue('db',·_map_env_value(db))
Offset 4293, 15 lines modifiedOffset 4293, 15 lines modified
4293 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4293 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4294 ······as·well·for·the·connection·to·be·made.4294 ······as·well·for·the·connection·to·be·made.
  
4295 ···user·=·<value>·······(String)4295 ···user·=·<value>·······(String)
4296 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4296 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4297 ······current·username.4297 ······current·username.
  
4298 ······[Default:·pbuilder1]4298 ······[Default:·pbuilder2]
  
4299 ···password·=·<value>·······(String)4299 ···password·=·<value>·······(String)
4300 ······Password·for·logging·in·to·SQL·database.4300 ······Password·for·logging·in·to·SQL·database.
  
4301 ···sql·=·<sql>·······(String)4301 ···sql·=·<sql>·······(String)
4302 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be4302 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be
4303 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")4303 ······repeated,·or·statements·may·be·separated·by·semicolon·(";")
Offset 4499, 15 lines modifiedOffset 4499, 15 lines modified
4499 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4499 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4500 ······as·well·for·the·connection·to·be·made.4500 ······as·well·for·the·connection·to·be·made.
  
4501 ···user·=·<value>·······(String)4501 ···user·=·<value>·······(String)
4502 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4502 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4503 ······current·username.4503 ······current·username.
  
4504 ······[Default:·pbuilder1]4504 ······[Default:·pbuilder2]
  
4505 ···password·=·<value>·······(String)4505 ···password·=·<value>·······(String)
4506 ······Password·for·logging·in·to·SQL·database.4506 ······Password·for·logging·in·to·SQL·database.
  
4507 ···dbtable·=·<table-name>·······(String)4507 ···dbtable·=·<table-name>·······(String)
4508 ······The·name·of·the·table·in·the·SQL·database·which·provides·the4508 ······The·name·of·the·table·in·the·SQL·database·which·provides·the
4509 ······remote·data.4509 ······remote·data.
Offset 4607, 15 lines modifiedOffset 4607, 15 lines modified
4607 ······classpath·and·referenced·in·the·jdbc.drivers·system·property4607 ······classpath·and·referenced·in·the·jdbc.drivers·system·property
4608 ······as·well·for·the·connection·to·be·made.4608 ······as·well·for·the·connection·to·be·made.
  
4609 ···user·=·<value>·······(String)4609 ···user·=·<value>·······(String)
4610 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the4610 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the
4611 ······current·username.4611 ······current·username.
  
4612 ······[Default:·pbuilder1]4612 ······[Default:·pbuilder2]
  
4613 ···password·=·<value>·······(String)4613 ···password·=·<value>·······(String)
4614 ······Password·for·logging·in·to·SQL·database.4614 ······Password·for·logging·in·to·SQL·database.
  
4615 ···select·=·<select-stmt>·······(String)4615 ···select·=·<select-stmt>·······(String)
4616 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT4616 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT
4617 ······statement·to·identify·which·rows·undergo·updates.4617 ······statement·to·identify·which·rows·undergo·updates.
Offset 13051, 15 lines modifiedOffset 13051, 15 lines modified
13051 ····env.setValue('format',·_map_env_value(format))13051 ····env.setValue('format',·_map_env_value(format))
13052 ····env.setValue('client',·_map_env_value(client))13052 ····env.setValue('client',·_map_env_value(client))
13053 ····mode·=·_stilts.getModeFactory().createObject('samp')13053 ····mode·=·_stilts.getModeFactory().createObject('samp')
13054 ····consumer·=·mode.createConsumer(env)13054 ····consumer·=·mode.createConsumer(env)
13055 ····_check_unused_args(env)13055 ····_check_unused_args(env)
13056 ····consumer.consume(table)13056 ····consumer.consume(table)
  
13057 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder1',·password=None):13057 def·mode_tosql(table,·protocol,·db,·dbtable,·host='localhost',·write='create',·user='pbuilder2',·password=None):
13058 ····'''\13058 ····'''\
13059 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC13059 Writes·a·new·table·to·an·SQL·database.·You·need·the·appropriate·JDBC
13060 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).13060 drivers·and·-Djdbc.drivers·set·as·usual·(see·SUN/256).
  
13061 Parameters:13061 Parameters:
  
13062 ···protocol·=·<jdbc-protocol>·······(String)13062 ···protocol·=·<jdbc-protocol>·······(String)
Offset 13101, 15 lines modifiedOffset 13101, 15 lines modified
13101 ············of·columns)·for·the·data·being·written.13101 ············of·columns)·for·the·data·being·written.
  
13102 ······[Default:·create]13102 ······[Default:·create]
  
13103 ···user·=·<username>·······(String)13103 ···user·=·<username>·······(String)
13104 ······User·name·for·the·SQL·connection·to·the·database.13104 ······User·name·for·the·SQL·connection·to·the·database.
  
13105 ······[Default:·pbuilder1]13105 ······[Default:·pbuilder2]
  
13106 ···password·=·<passwd>·······(String)13106 ···password·=·<passwd>·······(String)
13107 ······Password·for·the·SQL·connection·to·the·database.13107 ······Password·for·the·SQL·connection·to·the·database.
13108 '''13108 '''
13109 ····env·=·_JyEnvironment()13109 ····env·=·_JyEnvironment()
13110 ····env.setValue('protocol',·_map_env_value(protocol))13110 ····env.setValue('protocol',·_map_env_value(protocol))
13111 ····env.setValue('db',·_map_env_value(db))13111 ····env.setValue('db',·_map_env_value(db))
963 B
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 ··Streams:···········11 ··Streams:···········1
2 ··Blocks:············12 ··Blocks:············1
3 ··Compressed·size:···5072.0·KiB·(5193748·B)3 ··Compressed·size:···5072.0·KiB·(5193756·B)
4 ··Uncompressed·size:·5610.0·KiB·(5744640·B)4 ··Uncompressed·size:·5610.0·KiB·(5744640·B)
5 ··Ratio:·············0.9045 ··Ratio:·············0.904
6 ··Check:·············CRC646 ··Check:·············CRC64
7 ··Stream·Padding:····0·B7 ··Stream·Padding:····0·B
8 ··Streams:8 ··Streams:
9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding
10 ·········1·········1···············0···············0·········5193748·········5744640··0.904··CRC64············010 ·········1·········1···············0···············0·········5193756·········5744640··0.904··CRC64············0
11 ··Blocks:11 ··Blocks:
12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check
13 ·········1·········1··············12···············0·········5193708·········5744640··0.904··CRC6413 ·········1·········1··············12···············0·········5193716·········5744640··0.904··CRC64
7.53 KB
stilts-doc_3.4.9-5_all.deb
367 B
file list
    
Offset 1, 3 lines modifiedOffset 1, 3 lines modified
1 -rw-r--r--···0········0········0········4·2023-12-19·09:37:03.000000·debian-binary1 -rw-r--r--···0········0········0········4·2023-12-19·09:37:03.000000·debian-binary
2 -rw-r--r--···0········0········0·····3312·2023-12-19·09:37:03.000000·control.tar.xz2 -rw-r--r--···0········0········0·····3312·2023-12-19·09:37:03.000000·control.tar.xz
3 -rw-r--r--···0········0········0··2391228·2023-12-19·09:37:03.000000·data.tar.xz3 -rw-r--r--···0········0········0··2391272·2023-12-19·09:37:03.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
7.03 KB
data.tar.xz
6.07 KB
data.tar
6.05 KB
./usr/share/doc/stilts/sun256/sun256.html
    
Offset 9023, 15 lines modifiedOffset 9023, 15 lines modified
9023 ················</dt>9023 ················</dt>
9024 ················9024 ················
9025 ················<dd>9025 ················<dd>
9026 ····················User·name·for·the·SQL·connection·to·the·database.9026 ····················User·name·for·the·SQL·connection·to·the·database.
  
  
9027 ····················<p>9027 ····················<p>
9028 ························[Default:·<code>pbuilder1</code>]9028 ························[Default:·<code>pbuilder2</code>]
9029 ····················</p>9029 ····················</p>
9030 ················</dd>9030 ················</dd>
9031 ················9031 ················
9032 ················<dt>9032 ················<dt>
9033 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>9033 ····················<strong><code>password·=·&lt;passwd&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
9034 ················</dt>9034 ················</dt>
9035 ················9035 ················
Offset 74000, 15 lines modifiedOffset 74000, 15 lines modified
74000 ················74000 ················
74001 ················<dd>74001 ················<dd>
74002 ····················User·name·for·logging·in·to·SQL·database.74002 ····················User·name·for·logging·in·to·SQL·database.
74003 Defaults·to·the·current·username.74003 Defaults·to·the·current·username.
  
  
74004 ····················<p>74004 ····················<p>
74005 ························[Default:·<code>pbuilder1</code>]74005 ························[Default:·<code>pbuilder2</code>]
74006 ····················</p>74006 ····················</p>
74007 ················</dd>74007 ················</dd>
74008 ················74008 ················
74009 ············</dl>74009 ············</dl>
74010 ············74010 ············
74011 ········</p>74011 ········</p>
74012 ········74012 ········
Offset 74940, 15 lines modifiedOffset 74940, 15 lines modified
74940 ················74940 ················
74941 ················<dd>74941 ················<dd>
74942 ····················User·name·for·logging·in·to·SQL·database.74942 ····················User·name·for·logging·in·to·SQL·database.
74943 Defaults·to·the·current·username.74943 Defaults·to·the·current·username.
  
  
74944 ····················<p>74944 ····················<p>
74945 ························[Default:·<code>pbuilder1</code>]74945 ························[Default:·<code>pbuilder2</code>]
74946 ····················</p>74946 ····················</p>
74947 ················</dd>74947 ················</dd>
74948 ················74948 ················
74949 ················<dt>74949 ················<dt>
74950 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>74950 ····················<strong><code>where·=·&lt;sql-condition&gt;</code>·&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<em>(String)</em></strong>
74951 ················</dt>74951 ················</dt>
74952 ················74952 ················
Offset 75162, 15 lines modifiedOffset 75162, 15 lines modified
75162 ················75162 ················
75163 ················<dd>75163 ················<dd>
75164 ····················User·name·for·logging·in·to·SQL·database.75164 ····················User·name·for·logging·in·to·SQL·database.
75165 Defaults·to·the·current·username.75165 Defaults·to·the·current·username.
  
  
75166 ····················<p>75166 ····················<p>
75167 ························[Default:·<code>pbuilder1</code>]75167 ························[Default:·<code>pbuilder2</code>]
75168 ····················</p>75168 ····················</p>
75169 ················</dd>75169 ················</dd>
75170 ················75170 ················
75171 ············</dl>75171 ············</dl>
75172 ············75172 ············
75173 ········</p>75173 ········</p>
75174 ········75174 ········
4.0 KB
html2text {}
    
Offset 3525, 15 lines modifiedOffset 3525, 15 lines modified
3525 ············of·the·same·name·already·exists,·it·is·dropped·first.3525 ············of·the·same·name·already·exists,·it·is·dropped·first.
3526 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named3526 ··········*·append:·Appends·to·an·existing·table.·An·error·results·if·the·named
3527 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the3527 ············table·has·the·wrong·structure·(number·or·types·of·columns)·for·the
3528 ············data·being·written.3528 ············data·being·written.
3529 ······[Default:·create]3529 ······[Default:·create]
3530 ··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)3530 ··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)
3531 ······User·name·for·the·SQL·connection·to·the·database.3531 ······User·name·for·the·SQL·connection·to·the·database.
3532 ······[Default:·pbuilder1]3532 ······[Default:·pbuilder2]
3533 ··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)3533 ··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)
3534 ······Password·for·the·SQL·connection·to·the·database.3534 ······Password·for·the·SQL·connection·to·the·database.
3535 ===============================================================================3535 ===============================================================================
3536 *\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*3536 *\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*
3537 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.3537 STILTS·offers·flexible·and·efficient·facilities·for·crossmatching·tables.
3538 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or3538 Crossmatching·is·identifying·different·rows,·which·may·be·in·the·same·or
3539 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such3539 different·tables,·that·refer·to·the·same·item.·In·an·astronomical·context·such
Offset 22794, 15 lines modifiedOffset 22794, 15 lines modified
22794 ······Password·for·logging·in·to·SQL·database.22794 ······Password·for·logging·in·to·SQL·database.
22795 ··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)22795 ··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)
22796 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,22796 ······Text·of·an·SQL·statement·for·execution.·This·parameter·may·be·repeated,
22797 ······or·statements·may·be·separated·by·semicolon·(";")·characters.22797 ······or·statements·may·be·separated·by·semicolon·(";")·characters.
22798 ··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)22798 ··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)
22799 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current22799 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
22800 ······username.22800 ······username.
22801 ······[Default:·pbuilder1]22801 ······[Default:·pbuilder2]
22802 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*22802 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x821\x81.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
22803 Here·are·some·examples·of·sqlclient:22803 Here·are·some·examples·of·sqlclient:
22804 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET22804 ······This·sends·two·commands·to·a·SQL·Server·database;·the·first·one·(SET
22805 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan22805 ······SHOWPLAN...)·sets·a·flag·which·causes·the·DB·to·return·an·execution·plan
22806 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the22806 ······rather·than·the·result·for·subsequent·queries,·and·the·second·makes·the
22807 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a22807 ······query·itself.·Since·the·password·is·not·provided·on·the·command·line,·a
22808 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's22808 ······prompt·for·it·will·be·issued·before·execution.·The·result·is·SQL·Server's
Offset 23124, 15 lines modifiedOffset 23124, 15 lines modified
23124 ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS23124 ······Currently,·the·only·footprints·available·are·those·provided·by·the·CDS
23125 ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few23125 ······MOC·(Multi-Order·Coverage·map)·service,·which·covers·VizieR·and·a·few
23126 ······other·cone·search·services.23126 ······other·cone·search·services.
23127 ······[Default:·true]23127 ······[Default:·true]
23128 ··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)23128 ··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)
23129 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23129 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23130 ······username.23130 ······username.
23131 ······[Default:·pbuilder1]23131 ······[Default:·pbuilder2]
23132 ··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)23132 ··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)
23133 ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the23133 ······An·SQL·expression·further·limiting·the·rows·to·be·selected·from·the
23134 ······database.·This·will·be·combined·with·the·constraints·on·position·implied23134 ······database.·This·will·be·combined·with·the·constraints·on·position·implied
23135 ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should23135 ······by·the·cone·search·centres·and·radii.·The·value·of·this·parameter·should
23136 ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null23136 ······just·be·a·condition,·it·should·not·contain·the·WHERE·keyword.·A·null
23137 ······value·indicates·no·additional·criteria.23137 ······value·indicates·no·additional·criteria.
23138 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x822\x82.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23138 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x822\x82.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
Offset 23198, 15 lines modifiedOffset 23198, 15 lines modified
23198 ······[Default:·true]23198 ······[Default:·true]
23199 ··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)23199 ··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)
23200 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to23200 ······Gives·the·full·text·(including·"SELECT")·of·the·SELECT·statement·to
23201 ······identify·which·rows·undergo·updates.23201 ······identify·which·rows·undergo·updates.
23202 ··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)23202 ··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)
23203 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current23203 ······User·name·for·logging·in·to·SQL·database.·Defaults·to·the·current
23204 ······username.23204 ······username.
23205 ······[Default:·pbuilder1]23205 ······[Default:·pbuilder2]
23206 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x823\x83.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*23206 *\x8**\x8**\x8**\x8*·B\x8B.\x8.2\x823\x83.\x8.2\x82·E\x8Ex\x8xa\x8am\x8mp\x8pl\x8le\x8es\x8s·*\x8**\x8**\x8**\x8*
23207 Here·are·some·examples·of·sqlupdate:23207 Here·are·some·examples·of·sqlupdate:
23208 ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL23208 ······Fills·in·the·HTMID·column·of·a·table·called·FIRST·in·the·local·MySQL
23209 ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right23209 ······database·RADIO,·using·HTM·pixel·indices·based·on·the·existing·right
23210 ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must23210 ······ascension·and·declination·columns·in·that·table.·The·HTMID·column·must
23211 ······exist·prior·to·executing·this·command.23211 ······exist·prior·to·executing·this·command.
23212 ===============================================================================23212 ===============================================================================
963 B
xz --list
    
Offset 1, 13 lines modifiedOffset 1, 13 lines modified
1 ··Streams:···········11 ··Streams:···········1
2 ··Blocks:············12 ··Blocks:············1
3 ··Compressed·size:···2335.2·KiB·(2391228·B)3 ··Compressed·size:···2335.2·KiB·(2391272·B)
4 ··Uncompressed·size:·7830.0·KiB·(8017920·B)4 ··Uncompressed·size:·7830.0·KiB·(8017920·B)
5 ··Ratio:·············0.2985 ··Ratio:·············0.298
6 ··Check:·············CRC646 ··Check:·············CRC64
7 ··Stream·Padding:····0·B7 ··Stream·Padding:····0·B
8 ··Streams:8 ··Streams:
9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding9 ····Stream····Blocks······CompOffset····UncompOffset········CompSize······UncompSize··Ratio··Check······Padding
10 ·········1·········1···············0···············0·········2391228·········8017920··0.298··CRC64············010 ·········1·········1···············0···············0·········2391272·········8017920··0.298··CRC64············0
11 ··Blocks:11 ··Blocks:
12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check12 ····Stream·····Block······CompOffset····UncompOffset·······TotalSize······UncompSize··Ratio··Check
13 ·········1·········1··············12···············0·········2391188·········8017920··0.298··CRC6413 ·········1·········1··············12···············0·········2391232·········8017920··0.298··CRC64