@@ -123,7 +123,7 @@ there is more information about PRIMARY KEYs further down in this section).
123
123
conn.close()
124
124
125
125
126
- Download the script: [ create_new_db.py] ( https://raw. github.com/rasbt/python_reference/master/tutorials/code/create_new_db.py )
126
+ Download the script: [ create_new_db.py] ( https://github.com/rasbt/python_reference/blob/ master/tutorials/sqlite3_howto /code/create_new_db.py )
127
127
128
128
* * *
129
129
@@ -207,7 +207,7 @@ Let's have a look at some code:
207
207
conn.close()
208
208
209
209
210
- Download the script: [ add_new_column.py] ( https://raw. github.com/rasbt/python_reference/master/tutorials/code/add_new_column.py )
210
+ Download the script: [ add_new_column.py] ( https://github.com/rasbt/python_reference/blob/ master/tutorials/sqlite3_howto /code/add_new_column.py )
211
211
212
212
213
213
@@ -270,8 +270,7 @@ But let us first have a look at the example code:
270
270
conn.close()
271
271
272
272
273
- Download the script: [ update_or_insert_records.py] (https://raw.github.com/rasb
274
- t/python_sqlite_code/master/code/update_or_insert_records.py)
273
+ Download the script: [ update_or_insert_records.py] ( code/update_or_insert_records.py )
275
274
276
275
![ 3_sqlite3_insert_update.png] ( ../../Images/3_sqlite3_insert_update.png )
277
276
@@ -335,8 +334,7 @@ drop the index, which is also shown in the code below.
335
334
conn.close()
336
335
337
336
338
- Download the script: [ create_unique_index.py] (https://raw.github.com/rasbt/pyt
339
- hon_sqlite_code/master/code/create_unique_index.py)
337
+ Download the script: [ create_unique_index.py] ( code/create_unique_index.py )
340
338
341
339
![ 4_sqlite3_unique_index.png] ( ../../Images/4_sqlite3_unique_index.png )
342
340
@@ -401,8 +399,7 @@ row entries for all or some columns if they match certain criteria.
401
399
conn
D697
.close()
402
400
403
401
404
- Download the script: [ selecting_entries.py] (https://raw.github.com/rasbt/pytho
405
- n_sqlite_code/master/code/selecting_entries.py)
402
+ Download the script: [ selecting_entries.py] ( code/selecting_entries.py )
406
403
407
404
408
405
![ 4_sqlite3_unique_index.png] ( ../../Images/4_sqlite3_unique_index.png )
@@ -542,8 +539,7 @@ that have been added xxx days ago.
542
539
conn.close()
543
540
544
541
545
- Download the script: [ date_time_ops.py] (https://raw.github.com/rasbt/python_sq
546
- lite_code/master/code/date_time_ops.py)
542
+ Download the script: [ date_time_ops.py] ( code/date_time_ops.py )
547
543
548
544
549
545
@@ -645,8 +641,7 @@ column names):
645
641
conn.close()
646
642
647
643
648
- Download the script: [ get_columnnames.py] (https://raw.github.com/rasbt/python _
649
- sqlite_code/master/code/get_columnnames.py)
644
+ Download the script: [ get_columnnames.py] ( code/get_columnnames.py )
650
645
651
646
![ 7_sqlite3_get_colnames_1.png] ( ../../Images/7_sqlite3_get_colnames_1.png )
652
647
0 commit comments