Skip to main content
The 2024 Developer Survey results are live! See the results
MT0's user avatar
MT0's user avatar
MT0's user avatar
MT0
  • Member for 12 years
  • Last seen this week
15 votes
1 answer
13k views

What does LISTAGG with ORDER BY NULL actually use as the order criteria?

14 votes
1 answer
2k views

Instance initializer unit test fails with "store is undefined"

10 votes
1 answer
2k views

How to handle leap seconds in Oracle

10 votes
1 answer
642 views

Get the output of RestSetResponse without making HTTP request

6 votes
1 answer
5k views

What GRANT privileges are required to use %TYPE in variable declaration

4 votes
1 answer
14k views

Unable to initialize Mockito

4 votes
1 answer
5k views

Mocking a class method and passing self argument to the Mock's side effect [duplicate]

3 votes
0 answers
121 views

Type checking calling identical overloaded signatures in base class from derived class

3 votes
1 answer
130 views

Override return value in str subclass

3 votes
2 answers
2k views

Passing large BLOBs to Stored Procedure

3 votes
3 answers
710 views

How to prevent adding await/async to all functions?

3 votes
1 answer
2k views

How to stop Content-Length header truncating short JSON snippets in a REST service

3 votes
2 answers
738 views

Pass a ColdFusion Array to an Oracle Collection as a bind variable

2 votes
1 answer
652 views

How to get REST end-point to accept multiple query parameters with the same key?

2 votes
0 answers
63 views

Typing Checking for a value to be any string except one literal

2 votes
1 answer
1k views

Implementing Django 2.2 database constraint across multiple columns

2 votes
1 answer
592 views

Static typing an abstractmethod of an Enum

1 vote
1 answer
35 views

How to manually generate fixtures for Django Polymorphic Models?

1 vote
0 answers
679 views

How to use a flashback query to get deleted rows?

1 vote
2 answers
224 views

Update belongsTo relationship via native select element

1 vote
1 answer
2k views

Upload File with Meta-Data (`multipart/form-data`) to ColdFusion 11 REST Service

1 vote
3 answers
298 views

Map all sub-paths to a REST service

0 votes
1 answer
140 views

Validate hasMany relationship against another hasMany

0 votes
1 answer
110 views

Why does static_cast of an enum class stored in a bit-field change the result?

0 votes
1 answer
69 views

Auto-updating model list with custom sorting

0 votes
1 answer
82 views

Mirage server GETs data but POST fails

0 votes
1 answer
1k views

Patch a single class method in a unittest and assert it is called once

0 votes
1 answer
187 views

How to get Sphinx doctest to reset the Django database after each test?

-1 votes
1 answer
331 views

Generating a QueryTable succeeds in ColdFusion but fails in Java