Commit a3c7005
authored
Change BLOB fields to LONGBLOB in DecodingParameters (LorenFrankLab#1463)
* Change BLOB fields to LONGBLOB in DecodingParameters
Updated the 'decoding_params' and 'decoding_kwargs' fields from BLOB to LONGBLOB in the DecodingParameters table definition to support larger data storage for model initialization parameters and keyword arguments.
* Update changelog for DecodingParameters changes
Added a code example using DecodingParameters.alter() and documented the change from BLOB to LONGBLOB fields in DecodingParameters (LorenFrankLab#1463).1 parent 973a5b7 commit a3c7005
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments