-
Dabatase: Postgres
Function body sample:
```
create function code__search(p_lang_code text, p_search_text text, p_type_ids integer[])
returns TABLE(id bigint, name text)
language sql
a…
-
Proposals:
+ A user's program is the "default namespace". It can import zero or more other namespaces
+ a namespace comprises one top level file, with all that file's contents, plus any files it …
-
Here is a thought experiment: How would a Snabb program look if you used the [Array Programming](https://en.wikipedia.org/wiki/Array_programming) paradigm?
I wonder this because I have recently bee…
-
Consider the below example p4 which shares control across ingress and egress,
```
#include
parser Parser(
packet_in buffer,
out P hdr);
control Control(
inout C hdr);
cont…
-
Hi. Just cloned this repo to my MacBook Pro running MacOS 10.14.5. I have Docker 2.0.0.3 (31259) installed and it is working fine for other containers.
I copied `p4app` to `/usr/local/bin`. But wh…
-
I have 2 cases where I see this error. Would like to know if this is legal usage as per spec.
**Case 1:**
Using a serializable enum for an extern parameter during invocation,
```
enum bit si…
-
-
### Webradio to modify
http://live-icy.dr.dk/A/A08H.mp3
### Note
DR P4 is a regional channel, which has several separate streams online. The existing one was pointing to the Copenhagen edition, so …
-
EF Core update command for a tracked entity only generates the update command for the modified fields only and if no field is modified then it does not send any update command to the database. This is…
-
See the README.md file in this directory for an experiment I tried, and how it seems to be accessing information about a field's underlying `bit` type, but not its `typedef`, even though the output fr…