KxSystems / javakdb

Using Java with kdb+
https://code.kx.com/q/interfaces
Apache License 2.0
52 stars 45 forks source link

Bad README formatting of Feed example #50

Closed sshanks-kx closed 3 years ago

sshanks-kx commented 3 years ago

Pre-requisite on feed example is getting displayed as one line - making it hard to see its an example of creating func & table.
q).u.upd:{[tbl;row] inserttbl} q)mytable:([]time:timespan$();sym:symbol$();price:float$();size:long$()

sshanks-kx commented 3 years ago

Fixed in https://github.com/KxSystems/javakdb/pull/54