-
Is there any top-level documentation for this work ? Have had a browse around the source tar.gz, also the 'empty' doc.tar.gz .
Thanks.
2009-09-23 09:54:29 UTC in MPEG2 Transport Stream Generator
-
Works under Cygwin (ancient 1.5.25) with the following hacks to Cygwin - allows offline mode:
1) copy linux/dvb/*.h to /usr/include/linux
2) in /usr/include, symlink sys/types.h as stdint.h
3) in asm/types.h, add typedefs __u64 and uint32_t - they can just be 'unsigned int'.
2009-04-15 16:07:21 UTC in dvbsnoop
-
Due to SQLite's dynamic typing, trailing or leading spaces on a numeric value will result in the data type of that value being seen as 'text' by SQLite, despite the defined column type in the Schema being Numeric, and despite the fact that if the field was READ as Numeric the correct value would be returned.
It would be useful to have a 'strict' option in the SQLite database browser settings...
2009-01-22 12:05:48 UTC in SQLite Database Browser
-
Related to bug 2024463 ?.
2008-10-17 10:29:26 UTC in SQLite Database Browser
-
Looks like bug 1736028 is related to this one ...
2008-10-17 10:29:04 UTC in SQLite Database Browser
-
v1.3 / v3.3.5
Double-click on cell that is NULL
- Edit database cell says 'Type of data currently in cell:Empty'
- Close (without saving)
- Cell value remains NULL
Double-click on cell containing a value
- Delete all characters from field
- Edit database cell says 'Type of data currently in cell:Empty'
- Apply Changes
- Cell value is Text, zero-length string
* Browser should...
2008-10-17 10:22:46 UTC in SQLite Database Browser
-
I have a case in which an SNMP operation retrieves a status value from a host.
However, the value is not an 'ordered' value in which you can assign increasing or decreasing levels of problem.
Instead the value is a value from an enumeration set.
In this case, it would be useful if the 'thresholds' plugin command-line syntax was extended to allow a list of specific values, to allow this...
2008-09-08 18:00:00 UTC in Nagios Plugin Development
-
If a database table is created using SQL, if the CREATE command contains newlines, these control characters seem to be stored in the 'schema' part of the DB, with the result that when viewing the 'database structure' tab, the Schema column shows just the first field name, or in one observed case, the lower half of the table name and upper half of the field name !
The full schema is displayed...
2008-07-22 09:48:35 UTC in SQLite Database Browser
-
Another helpful change would be if the Column name were to be displayed (in the Title?) when editing a cell.
Currently the title of the dialog just says: 'Edit database cell' with no indication of the Column name
Yes, of course it's there when you double-click to open a cell for editing, but mistakes are possible, especially if editing a few records ...
2008-07-22 09:08:25 UTC in SQLite Database Browser
-
Will have a look at posting a mod - but am only interested in offline (file-based) analysis (running under Cygwin) hence method may not be suitable for realtime use.
2008-04-16 09:55:08 UTC in dvbsnoop