Skip to content

Commit 52c3cef

Browse files
committed
update
1 parent fda3b58 commit 52c3cef

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

RELEASE.MD

Lines changed: 0 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -15,64 +15,6 @@ docker-compose -f ./docker-compose-dse.yml up -d
1515
docker run -it --rm --network container:$(docker ps | grep dse | cut -b 1-12) cassandra:latest cqlsh -u cassandra -p cassandra
1616
```
1717

18-
19-
```sql
20-
insert into default_keyspace.table_all_returns (
21-
p_ascii,
22-
p_bigint,
23-
p_blob,
24-
p_boolean,
25-
p_date,
26-
p_decimal,
27-
p_double,
28-
p_double_minf,
29-
p_double_pinf,
30-
p_duration,
31-
p_float,
32-
p_float_nan,
33-
p_inet,
34-
p_int,
35-
p_smallint,
36-
p_text,
37-
p_text_nulled,
38-
p_time,
39-
p_timestamp,
40-
p_tinyint,
41-
p_uuid,
42-
p_varint,
43-
p_vector,
44-
p_list_int,
45-
// p_map_text_int,
46-
p_set_int
47-
) values (
48-
'abc',
49-
10000,
50-
0xabcdef0123456789,
51-
true,
52-
'2015-05-03',
53-
123.45,
54-
987.6543,
55-
-Infinity,
56-
Infinity,
57-
12h48m,
58-
66.55,
59-
NaN,
60-
'12.34.56.78',
61-
2024,
62-
200,
63-
'måndag',
64-
null,
65-
'13:30:54.234',
66-
'2015-05-03 13:30:54.234',
67-
104,
68-
9c5b94b1-35ad-49bb-b118-8e8fc24abf80,
69-
123456789,
70-
[0.1, 0.2, 0.3],
71-
[4, 17, 34],
72-
// {'a': 101, 'b': 102},
73-
{9, 81}
74-
);
75-
```
7618
## Run the Test
7719

7820
### Prerequisites

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
<module>astra-db-java</module>
1515
<module>langchain4j-astradb</module>
1616
<!--<module>cassio-cql</module>-->
17-
<module>astra-db-java-tools</module>
18-
<!--<module>examples</module>-->
17+
<!--<module>astra-db-java-tools</module>-->
18+
<!--<module>examples</module>-->
1919
</modules>
2020

2121
<properties>

0 commit comments

Comments
 (0)